From e825daf11eddd031ca78e41b1b0d78f02f252471 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 20 Aug 2007 00:36:20 +0000 Subject: [PATCH] fix building LinuxBIOS with new lar. lar fails now if the target file already exists. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@475 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 50d89ff2ab..9c970ae6d6 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -77,6 +77,7 @@ else fi endif $(Q)printf " LAR $(subst $(shell pwd)/,,$(@))\n" + $(Q)rm -f $(obj)/linuxbios.rom $(Q)cd $(obj)/lar.tmp && ../util/lar/lar $(COMPRESSFLAG) -c \ ../linuxbios.rom \ $(LARFILES) \