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:
Cary R 2008-12-16 14:13:29 -08:00 committed by Stephen Williams
parent 10490029e3
commit 45d46da443
1 changed files with 1 additions and 0 deletions

View File

@ -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