- 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..
diff --git a/Rules.mak b/Rules.mak
index ada1735..406b978 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -73,7 +73,7 @@
 #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