projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
239f05e
)
[PCS440EP] - fix compile error, if BUILD_DIR is used
author
Heiko Schocher
<hs@pollux.denx.de>
Fri, 13 Jul 2007 23:06:58 +0000
(
01:06
+0200)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 13 Jul 2007 23:06:58 +0000
(
01:06
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index bfa38460daefaa52c96d42b745b85255b273df37..3af9962e678bc38d28d298e84c9e142ba42e5092 100644
(file)
--- 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 $< > $@