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
master
Felix Fietkau 2010-04-27 21:57:32 +00:00
parent 4d7ee4047a
commit 262cd87b5b
1 changed files with 1 additions and 0 deletions

View File

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