From de06c833349b01833403a4cd0c0072c51cc13771 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 10 May 2011 16:40:27 +0000 Subject: 29214: use -I rather than explicit path to find headers --- Src/zsh.mdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/zsh.mdd') 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 -- cgit 1.4.1