aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-27 21:57:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-04-27 21:57:32 +0000
commit262cd87b5bb55a54df7b684f82b52f3de6ed5c4d (patch)
tree7bd8b80843f61c6a365fe471b254f6d57aea43f0
parent4d7ee4047a83d55d6b89334f031dee9a773ce1d3 (diff)
downloadmaster-187ad058-262cd87b5bb55a54df7b684f82b52f3de6ed5c4d.tar.gz
master-187ad058-262cd87b5bb55a54df7b684f82b52f3de6ed5c4d.tar.bz2
master-187ad058-262cd87b5bb55a54df7b684f82b52f3de6ed5c4d.zip
mkimage fails to build on some systems if sed is not installed, add a dependency to fix parallel build issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21210 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index a173722ad2..5169eb749c 100644
--- 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)