- pin the CFLAGS to make sure that we don't have to re-evaluate the
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 11 Apr 2006 20:48:24 +0000 (20:48 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 11 Apr 2006 20:48:24 +0000 (20:48 -0000)
  check_gcc over and over again. Makes make -j work for me..

Rules.mak

index ada1735e8e2c61c3fcef345562b9a6823a24887f..406b97830eaf58bba9fefc65628e1caaa0cdd9a3 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -73,7 +73,7 @@ CFLAGS_EXTRA=$(subst ",, $(strip $(EXTRA_CFLAGS_OPTIONS)))
 #GCCINCDIR:=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp")
 
 WARNINGS=-Wall -Wstrict-prototypes -Wshadow
-CFLAGS+=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)
+CFLAGS:=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)
 
 ARFLAGS=cru