aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-26 19:11:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-26 19:11:56 +0000
commitf6079fbd4bdeac40848306b16d3fde305620145c (patch)
treeb50417d650fa3fdf1750cf6dbb7618bd05e3b4b2
parentf009acf9cd0623175684c49dfc3b718e7146d341 (diff)
downloadupstream-f6079fbd4bdeac40848306b16d3fde305620145c.tar.gz
upstream-f6079fbd4bdeac40848306b16d3fde305620145c.tar.bz2
upstream-f6079fbd4bdeac40848306b16d3fde305620145c.zip
add missing dependency
SVN-Revision: 16096
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 02504d9524..71c0346a8a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -20,6 +20,7 @@ tools-$(CONFIG_powerpc) += dtc
tools-dep += lzma
# builddir dependencies
+$(curdir)/pkg-config/compile := $(curdir)/sed/install
$(curdir)/squashfs/compile := $(curdir)/lzma-old/install
$(curdir)/squashfs4/compile := $(curdir)/lzma/install
$(curdir)/quilt/compile := $(curdir)/sed/install