summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw/img/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/mkrules/hbfw/img/makefile')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 63c940d5f..8f13b19ba 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -92,7 +92,7 @@ ALL_HB_IMAGES = ${BASE_IMAGES} \
${PAYLOAD_ECC_IMAGE}
cp_hbfiles: .SPECTARG
- ${BASE_IMAGES:@image@cp -f -u ${SRCPATH:F${image}} ${image};@}
+ ${BASE_IMAGES:@image@cp -f ${SRCPATH:F${image}} ${image};@}
echo "00000000001800000000000008000000000000000007EF80" | xxd -r -ps - sbe.header
# add version header w/ HBB sha hash
echo -en VERSION\\0 > ${BASE_SHA_IMAGE}
OpenPOWER on IntegriCloud