summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2007-07-14 01:06:58 +0200
committerWolfgang Denk <wd@denx.de>2007-07-14 01:06:58 +0200
commit011595307731a7a67a7445d107c279d031e8ab97 (patch)
tree999162134dce7549185105e66d0898fcff27f82e /Makefile
parent239f05ee4dd4cfe0b50f251b533dcebe9e67c360 (diff)
downloadblackbird-obmc-uboot-011595307731a7a67a7445d107c279d031e8ab97.tar.gz
blackbird-obmc-uboot-011595307731a7a67a7445d107c279d031e8ab97.zip
[PCS440EP] - fix compile error, if BUILD_DIR is used
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfa38460da..3af9962e67 100644
--- a/Makefile
+++ b/Makefile
@@ -268,7 +268,7 @@ $(obj)u-boot.img: $(obj)u-boot.bin
-d $< $@
$(obj)u-boot.sha1: $(obj)u-boot.bin
- $(obj)./tools/ubsha1 $(obj)u-boot.bin
+ $(obj)tools/ubsha1 $(obj)u-boot.bin
$(obj)u-boot.dis: $(obj)u-boot
$(OBJDUMP) -d $< > $@
OpenPOWER on IntegriCloud