mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
[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.
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user