summaryrefslogtreecommitdiff
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
commitf6079fbd4bdeac40848306b16d3fde305620145c (patch)
treeb50417d650fa3fdf1750cf6dbb7618bd05e3b4b2 /tools/Makefile
parentf009acf9cd0623175684c49dfc3b718e7146d341 (diff)
downloadmtk-20170518-f6079fbd4bdeac40848306b16d3fde305620145c.zip
mtk-20170518-f6079fbd4bdeac40848306b16d3fde305620145c.tar.gz
mtk-20170518-f6079fbd4bdeac40848306b16d3fde305620145c.tar.bz2
add missing dependency
SVN-Revision: 16096
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 02504d9..71c0346 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