From d0ea52ee041ca4d8d00cc5212d54328689b1a3c4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 11 Apr 2006 20:48:24 +0000 Subject: [PATCH] - pin the CFLAGS to make sure that we don't have to re-evaluate the check_gcc over and over again. Makes make -j work for me.. --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.mak b/Rules.mak index ada1735e8..406b97830 100644 --- 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 -- 2.25.1