commit | 011595307731a7a67a7445d107c279d031e8ab97 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@pollux.denx.de> | Sat Jul 14 01:06:58 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jul 14 01:06:58 2007 +0200 |
tree | 999162134dce7549185105e66d0898fcff27f82e | |
parent | 239f05ee4dd4cfe0b50f251b533dcebe9e67c360 [diff] [blame] |
[PCS440EP] - fix compile error, if BUILD_DIR is used
diff --git a/Makefile b/Makefile index bfa3846..3af9962 100644 --- a/Makefile +++ b/Makefile
@@ -268,7 +268,7 @@ -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 $< > $@