From d5dc6c5b45fb5b4c8b07dbb7373b1dbbefa16f9a Mon Sep 17 00:00:00 2001 From: mainzelm Date: Mon, 27 Mar 2006 08:34:31 +0000 Subject: [PATCH] Include ./c for compiling C files to find c/sysdep.h when building outside the source tree. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 80f1df3..b203061 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ htmldir = $(libdir)/scsh/doc/scsh-manual/html # LDFLAGS = -N .c.o: - $(CC) -c $(DEFS) -I$(srcdir)/c -I$(srcdir)/cig $(CPPFLAGS) $(CFLAGS) -o $@ $< + $(CC) -c $(DEFS) -I ./c -I$(srcdir)/c -I$(srcdir)/cig $(CPPFLAGS) $(CFLAGS) -o $@ $< # BUILD_RUNNABLE has to be Scheme 48 0.53. This is used for builds directly # out of the CVS repository.