Include ./c for compiling C files to find c/sysdep.h when building

outside the source tree.
This commit is contained in:
mainzelm 2006-03-27 08:34:31 +00:00
parent 4cd8cffe81
commit d5dc6c5b45
1 changed files with 1 additions and 1 deletions

View File

@ -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.