From bae26fa12128b602edd15a6d3942cb069d3305d6 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 27 Apr 2010 21:57:32 +0000 Subject: [PATCH] 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 --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index a173722ad..5169eb749 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) -- 2.20.1