From: Ari Johnson <ari@theari.com>
Date: Thu, 11 Dec 2008 16:55:53 +0000 (+0000)
Subject: Fix make depend
X-Git-Tag: 0.73p1~14
X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=efd6943f4ce6d9058d40252dc41ab66a5b897964;p=cobramush.git

Fix make depend
(cherry picked from commit f0bf99e9e85b3858c952a522d6bcdee78b6bac90)
---

diff --git a/src/Makefile.SH b/src/Makefile.SH
index 5a4a42a..9aae3a3 100644
--- a/src/Makefile.SH
+++ b/src/Makefile.SH
@@ -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!