fix makedepend invocation

This commit is contained in:
Josh Coalson 2002-07-18 05:33:06 +00:00
parent 0eb02324bd
commit 087a5d2123
2 changed files with 2 additions and 2 deletions

View File

@ -71,4 +71,4 @@ clean :
.PHONY : depend
depend:
makedepend -- $(CFLAGS) $(INCLUDES) -- *.c
makedepend -fMakefile.lite -- $(CFLAGS) $(INCLUDES) -- *.c *.cc

View File

@ -83,4 +83,4 @@ clean :
.PHONY : depend
depend:
makedepend -- $(CFLAGS) $(INCLUDES) -- *.c
makedepend -fMakefile.lite -- $(CFLAGS) $(INCLUDES) -- *.c *.cc