mkimage fails to build on some systems if sed is not installed, add a dependency to fix parallel build issues

SVN-Revision: 21210
v19.07.3_mercusys_ac12_duma
Felix Fietkau 14 years ago
parent f9f11f950d
commit ea5b74da62

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

Loading…
Cancel
Save