[PCS440EP] - fix compile error, if BUILD_DIR is used

This commit is contained in:
Heiko Schocher 2007-07-14 01:06:58 +02:00 committed by Wolfgang Denk
parent 239f05ee4d
commit 0115953077
1 changed files with 1 additions and 1 deletions

View File

@ -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 $< > $@