diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-10 16:40:27 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-10 16:40:27 +0000 |
commit | de06c833349b01833403a4cd0c0072c51cc13771 (patch) | |
tree | 27d9a48f14498187b06ccc0e1542fb25c16491ff /Src/zsh.mdd | |
parent | c59e19cd774a9c5fb658a4b538ab505d608820a5 (diff) | |
download | zsh-de06c833349b01833403a4cd0c0072c51cc13771.tar.gz zsh-de06c833349b01833403a4cd0c0072c51cc13771.tar.xz zsh-de06c833349b01833403a4cd0c0072c51cc13771.zip |
29214: use -I rather than explicit path to find headers
Diffstat (limited to 'Src/zsh.mdd')
-rw-r--r-- | Src/zsh.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.mdd b/Src/zsh.mdd index 25f4df10f..520c3acc9 100644 --- a/Src/zsh.mdd +++ b/Src/zsh.mdd @@ -127,7 +127,7 @@ clean.zsh: # This is not properly part of this module, but it is built as if it were. main.o: main.c zsh.mdh main.epro - $(CC) -c -I. $(CPPFLAGS) $(DEFS) $(CFLAGS) -o $@ $(sdir)/main.c + $(CC) -c -I. -I$(sdir_top)/Src $(CPPFLAGS) $(DEFS) $(CFLAGS) -o $@ $(sdir)/main.c main.syms: $(PROTODEPS) proto.zsh: main.epro |