Quellcode durchsuchen

This fixes a broken build for me.

Manuel Novoa III vor 21 Jahren
Ursprung
Commit
44835a918f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Rules.mak

+ 1 - 1
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)