Move driver/main.d to dep directory.
The driver/main.o target was missing the command to move the depend file to the dep directory.
This commit is contained in:
parent
10490029e3
commit
45d46da443
|
|
@ -80,6 +80,7 @@ dep:
|
|||
|
||||
main.o: main.c globals.h ../version.h Makefile
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) -MD -c -DIVL_ROOT='"@libdir@/ivl$(suffix)"' -DIVL_INC='"@includedir@"' -DIVL_LIB='"@libdir@"' -DDLLIB='"@DLLIB@"' $(srcdir)/main.c
|
||||
mv $*.d dep
|
||||
|
||||
cflexor.o: cflexor.c cfparse.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue