summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-11 15:55:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-11 15:55:39 +0000
commite22185db7ad7bb042654b1b3d84b0289d3baa355 (patch)
tree45be742aa2034fed43d11fee1788328ac9f0efe4 /test
parentbe56824c133b63e4e94cf657e90b1f284bcf0df3 (diff)
wow. So why does test/ keep it's own copy of CFLAGS guessing etc?
Diffstat (limited to 'test')
-rw-r--r--test/Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index 5085ced3e..b74d941b6 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -82,7 +82,7 @@ XCOMMON_CFLAGS := -D_GNU_SOURCE -I$(top_builddir)test
CFLAGS := $(XWARNINGS) $(OPTIMIZATION) $(XCOMMON_CFLAGS) $(XARCH_CFLAGS) -nostdinc -I$(top_builddir)$(LOCAL_INSTALL_PATH)/usr/include
CC_IPREFIX:=$(shell $(CC) --print-file-name=include)
-CFLAGS += -I$(CC_IPREFIX)
+CFLAGS += -I$(dir $(CC_IPREFIX))/include-fixed -I$(CC_IPREFIX)
HOST_CFLAGS += $(XWARNINGS) $(OPTIMIZATION) $(XCOMMON_CFLAGS)