diff options
author | Heiko Schocher <hs@pollux.denx.de> | 2007-07-14 01:06:58 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-14 01:06:58 +0200 |
commit | 011595307731a7a67a7445d107c279d031e8ab97 (patch) | |
tree | 999162134dce7549185105e66d0898fcff27f82e | |
parent | 239f05ee4dd4cfe0b50f251b533dcebe9e67c360 (diff) | |
download | u-boot-imx-011595307731a7a67a7445d107c279d031e8ab97.zip u-boot-imx-011595307731a7a67a7445d107c279d031e8ab97.tar.gz u-boot-imx-011595307731a7a67a7445d107c279d031e8ab97.tar.bz2 |
[PCS440EP] - fix compile error, if BUILD_DIR is used
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< > $@ |