Fix make depend
authorAri Johnson <ari@theari.com>
Thu, 11 Dec 2008 16:55:53 +0000 (16:55 +0000)
committerAri Johnson <ari@theari.com>
Thu, 11 Dec 2008 16:55:53 +0000 (16:55 +0000)
src/Makefile.SH

index 5a4a42aaa1ae2a81f1f985c912e5daec77260aee..9aae3a33471ffa575b86634cf294d004fe2689be 100644 (file)
@@ -199,7 +199,7 @@ ctags:
        ctags *.c 
 
 depend: funlocal.c cmdlocal.c local.c flaglocal.c
-       makedepend -fMakefile.SH -w10 -- $(CFLAGS) -- $(C_FILES) $(H_FILES)
+       makedepend -fMakefile.SH -w10 -- -I../hdrs -I.. $(CFLAGS) -- $(C_FILES) $(H_FILES)
        perl ../utils/fixdepend.pl Makefile.SH
 
 # Requires GNU indent!