Fix make depend
authorAri Johnson <ari@theari.com>
Thu, 11 Dec 2008 16:55:53 +0000 (16:55 +0000)
committerCobraMUSH <cobramush@nveid.com>
Tue, 4 Mar 2008 21:22:14 +0000 (21:22 +0000)
(cherry picked from commit f0bf99e9e85b3858c952a522d6bcdee78b6bac90)

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!