Include ./c for compiling C files to find c/sysdep.h when building
outside the source tree.
This commit is contained in:
parent
4cd8cffe81
commit
d5dc6c5b45
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue