aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
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
commit13f27757b6dfc798251cd4dad8cbc55eed4f52c9 (patch)
treec05d29957519c0627aef0abe39990ffea2e54ac4 /tools/Makefile
parent50aaed285fdcccf8a61d0a29c09308673116a2d0 (diff)
downloadupstream-13f27757b6dfc798251cd4dad8cbc55eed4f52c9.tar.gz
upstream-13f27757b6dfc798251cd4dad8cbc55eed4f52c9.tar.bz2
upstream-13f27757b6dfc798251cd4dad8cbc55eed4f52c9.zip
add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16096 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-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