summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-26 19:11:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-26 19:11:56 +0000
commit61a70b4424b9b39b1a3d169fda794bf8413032e3 (patch)
treec05d29957519c0627aef0abe39990ffea2e54ac4 /tools
parent430d0cdbcfa48dca1369a8d89fc2528618bef068 (diff)
add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16096 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 02504d952..71c0346a8 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