From: Heiko Schocher Date: Fri, 13 Jul 2007 23:06:58 +0000 (+0200) Subject: [PCS440EP] - fix compile error, if BUILD_DIR is used X-Git-Tag: v1.3.0-rc1~22^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=011595307731a7a67a7445d107c279d031e8ab97;p=kernel%2Fu-boot.git [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 @@ $(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 $< > $@