From c695ff052ac6a9abaaac5208bc885e836678599b Mon Sep 17 00:00:00 2001 From: mainzelm Date: Mon, 13 Jan 2003 06:17:49 +0000 Subject: [PATCH] Put $(CPPFLAGS) behind the local includes as suggested by Michel Schinz. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 52cb4e4..a31c341 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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.