projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f11f9
)
mkimage fails to build on some systems if sed is not installed, add a dependency...
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 27 Apr 2010 21:57:32 +0000
(21:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 27 Apr 2010 21:57:32 +0000
(21:57 +0000)
SVN-Revision: 21210
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index a173722ad2f7f7db123eddc26e4d5e7d56224cf2..5169eb749cede1b0da302c73c8fc620801ffa427 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-46,6
+46,7
@@
$(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/install
$(curdir)/mpc/compile := $(curdir)/gmp/install
$(curdir)/mpfr/compile := $(curdir)/gmp/install
$(curdir)/mtd-utils/compile := $(curdir)/libuuid/install
+$(curdir)/mkimage/compile := $(curdir)/sed/install
$(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-)
$(curdir)/builddirs-default := $(tools-y)