Put $(CPPFLAGS) behind the local includes as suggested by Michel Schinz.
This commit is contained in:
parent
5f7974ba1e
commit
c695ff052a
|
@ -42,7 +42,7 @@ htmldir = $(libdir)/scsh/doc/scsh-manual/html
|
|||
# LDFLAGS = -N
|
||||
|
||||
.c.o:
|
||||
$(CC) -g -c $(CPPFLAGS) $(DEFS) -I$(srcdir)/c -I$(srcdir)/cig $(CFLAGS) -o $@ $<
|
||||
$(CC) -g -c $(DEFS) -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