From: Stefan Reinauer Date: Fri, 15 Apr 2011 09:01:42 +0000 (+0000) Subject: sorry for breaking the tree. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=6aef5542f8f4c61c571055fe675170fa0d4deaa5;p=coreboot.git sorry for breaking the tree. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6506 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index bf2393ca5..8c1a8878f 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -61,7 +61,7 @@ prebuild-files = \ $(CBFSTOOL) $@ add $(call extract_nth,1,$(file)) $(call extract_nth,2,$(file)) $(call extract_nth,3,$(file)) $(call extract_nth,4,$(file)); ) prebuilt-files = $(foreach file,$(cbfs-files), $(call extract_nth,1,$(file))) -$(obj)/coreboot.pre1: $(obj)/coreboot.bootblock $(prebuilt-files) $(CBFSTOOL) +$(obj)/coreboot.pre1: $(obj)/coreboot.bootblock $$(prebuilt-files) $(CBFSTOOL) rm -f $@ $(CBFSTOOL) $@ create $(CONFIG_COREBOOT_ROMSIZE_KB)K $(obj)/coreboot.bootblock $(prebuild-files)