diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-07-11 09:04:52 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-07-11 09:04:52 +0000 |
commit | e26d66e9dda7e197ed82e7b38bed1417ee04790d (patch) | |
tree | 98ccd6de0b55505ad090779f4ab48f31d8c2ca67 /src/arch/i386 | |
parent | 75d1b24537477dd07f4202cb6d06cf07c30c6117 (diff) | |
download | coreboot-e26d66e9dda7e197ed82e7b38bed1417ee04790d.tar.xz |
fix handling of mkelfImage'd binaries
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2337 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386')
-rw-r--r-- | src/arch/i386/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index e1722bed42..6f614caf01 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -20,7 +20,7 @@ end makerule payload depends "$(PAYLOAD)" - action "cp $< $@" + action "cp -f $< $@" end makerule payload.nrv2b |