From 44835a918f93196eb994d3c0d92bfa4aa2d4aef6 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 4 Nov 2002 21:18:19 +0000 Subject: This fixes a broken build for me. --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index cb0ed31aa..f77737153 100644 --- a/Rules.mak +++ b/Rules.mak @@ -145,7 +145,7 @@ CFLAGS:=$(WARNINGS) $(OPTIMIZATION) -fno-builtin -nostdinc $(CPUFLAGS) \ # Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include' #CFLAGS+=-iwithprefix include -CFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install:\(.*\)/\1include/gp") +CFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp") ifeq ($(strip $(DODEBUG)),y) -- cgit v1.2.3