mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
make source a dependency for the c.o rule
This commit is contained in:
parent
ad8d76b212
commit
a04c0d2aa2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ TESTSUITE = testsuite
|
||||||
PAK = gmqpak
|
PAK = gmqpak
|
||||||
|
|
||||||
#standard rules
|
#standard rules
|
||||||
c.o:
|
c.o: ${.IMPSRC}
|
||||||
$(CC) -c ${.IMPSRC} -o ${.TARGET} $(CPPFLAGS) $(CFLAGS)
|
$(CC) -c ${.IMPSRC} -o ${.TARGET} $(CPPFLAGS) $(CFLAGS)
|
||||||
|
|
||||||
exec-standalone.o: exec.c
|
exec-standalone.o: exec.c
|
||||||
|
|
Loading…
Reference in a new issue