From f0bf99e9e85b3858c952a522d6bcdee78b6bac90 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Thu, 11 Dec 2008 16:55:53 +0000 Subject: [PATCH] Fix make depend --- src/Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- 2.30.2