- 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..
This commit is contained in:
Bernhard Reutner-Fischer 2006-04-11 20:48:24 +00:00
parent a23a6d7819
commit d0ea52ee04

View File

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