From 1a8a15e24f2ab2f750503f86864f34313ee575e3 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 12 Jun 2023 11:37:16 -0700 Subject: [PATCH] [amiwm] add a missing Makefile depedency This isn't completely enough to make this build with gmake -j, but it's one of many things that are missing. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c51b9ed..6e5ce37 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,7 @@ lib_clean: menu.o: menu.c $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -DAMIWM_HOME=\"$(AMIWM_HOME)\" $< -rc.o: rc.c +rc.o: rc.c gram.h $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -DAMIWM_HOME=\"$(AMIWM_HOME)\" $< diskobject.o: diskobject.c