Put $(CPPFLAGS) behind the local includes as suggested by Michel Schinz.

This commit is contained in:
mainzelm 2003-01-13 06:17:49 +00:00
parent 5f7974ba1e
commit c695ff052a
1 changed files with 1 additions and 1 deletions

View File

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