[coreboot] r90 - trunk/filo

svn at coreboot.org svn at coreboot.org
Fri Mar 13 18:26:36 CET 2009


Author: stepan
Date: 2009-03-13 18:26:35 +0100 (Fri, 13 Mar 2009)
New Revision: 90

Modified:
   trunk/filo/Makefile
Log:
Drop duplicate code as suggested by vincent.legoll at gmail.com 
in Ticket #114



Modified: trunk/filo/Makefile
===================================================================
--- trunk/filo/Makefile	2009-03-12 17:02:09 UTC (rev 89)
+++ trunk/filo/Makefile	2009-03-13 17:26:35 UTC (rev 90)
@@ -77,7 +77,7 @@
 
 OBJS     := $(patsubst %,$(obj)/%,$(TARGETS-y))
 INCLUDES := -I$(INCPAYLOAD) -Iinclude -I$(ARCHDIR-y)/include -Ibuild
-INCLUDES += -I$(shell $(CC) -print-search-dirs | head -n 1 | cut -d' ' -f2)include
+INCLUDES += -I$(GCCINCDIR)
 
 try-run= $(shell set -e; \
 TMP=".$$$$.tmp"; \





More information about the coreboot mailing list