From 45d46da443d4bcb29a5f22c5847056c70d98c84a Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 16 Dec 2008 14:13:29 -0800 Subject: [PATCH] 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. --- driver/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/Makefile.in b/driver/Makefile.in index e1ec0b169..23bef98ce 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -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