From: Dale Weiler Date: Sun, 16 Jun 2013 08:35:58 +0000 (+0000) Subject: make source a dependency for the c.o rule X-Git-Tag: v0.3.0~106 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=a04c0d2aa2eb59ec210413870d6ded8d5414acca make source a dependency for the c.o rule --- diff --git a/BSDmakefile b/BSDmakefile index 654fe5f..4dc4bec 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -38,7 +38,7 @@ TESTSUITE = testsuite PAK = gmqpak #standard rules -c.o: +c.o: ${.IMPSRC} $(CC) -c ${.IMPSRC} -o ${.TARGET} $(CPPFLAGS) $(CFLAGS) exec-standalone.o: exec.c