sorry for breaking the tree.
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 15 Apr 2011 09:01:42 +0000 (09:01 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 15 Apr 2011 09:01:42 +0000 (09:01 +0000)
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6506 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/arch/x86/Makefile.inc

index bf2393ca55c558cdad6109f86e5084b3a8d2bee6..8c1a8878f861db2489dcaac9b99ae292e0aed3b0 100644 (file)
@@ -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)