projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10f31e6
)
Fix make depend
author
Ari Johnson
<ari@theari.com>
Thu, 11 Dec 2008 16:55:53 +0000
(16:55 +0000)
committer
Ari Johnson
<ari@theari.com>
Thu, 11 Dec 2008 16:55:53 +0000
(16:55 +0000)
src/Makefile.SH
patch
|
blob
|
history
diff --git
a/src/Makefile.SH
b/src/Makefile.SH
index 5a4a42aaa1ae2a81f1f985c912e5daec77260aee..9aae3a33471ffa575b86634cf294d004fe2689be 100644
(file)
--- 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!