fix makedepend invocation
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 18 Jul 2002 05:33:06 +0000 (05:33 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 18 Jul 2002 05:33:06 +0000 (05:33 +0000)
build/exe.mk
build/lib.mk

index d536a35..3090f2e 100644 (file)
@@ -71,4 +71,4 @@ clean :
 
 .PHONY : depend
 depend:
-       makedepend -- $(CFLAGS) $(INCLUDES) -- *.c
+       makedepend -fMakefile.lite -- $(CFLAGS) $(INCLUDES) -- *.c *.cc
index 90a0cbc..d5ed237 100644 (file)
@@ -83,4 +83,4 @@ clean :
 
 .PHONY : depend
 depend:
-       makedepend -- $(CFLAGS) $(INCLUDES) -- *.c
+       makedepend -fMakefile.lite -- $(CFLAGS) $(INCLUDES) -- *.c *.cc