Author: stepan
Date: Fri Apr 15 11:01:42 2011
New Revision: 6506
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6506

Log:
sorry for breaking the tree. 

Signed-off-by: Stefan Reinauer <stefan.reina...@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reina...@coreboot.org>

Modified:
   trunk/src/arch/x86/Makefile.inc

Modified: trunk/src/arch/x86/Makefile.inc
==============================================================================
--- trunk/src/arch/x86/Makefile.inc     Fri Apr 15 06:12:03 2011        (r6505)
+++ trunk/src/arch/x86/Makefile.inc     Fri Apr 15 11:01:42 2011        (r6506)
@@ -61,7 +61,7 @@
                $(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)

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to