aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-07-11 09:04:52 +0000
committerStefan Reinauer <stepan@openbios.org>2006-07-11 09:04:52 +0000
commite26d66e9dda7e197ed82e7b38bed1417ee04790d (patch)
tree98ccd6de0b55505ad090779f4ab48f31d8c2ca67 /src/arch
parent75d1b24537477dd07f4202cb6d06cf07c30c6117 (diff)
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')
-rw-r--r--src/arch/i386/Config.lb2
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