diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-26 19:11:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-26 19:11:56 +0000 |
commit | f6079fbd4bdeac40848306b16d3fde305620145c (patch) | |
tree | b50417d650fa3fdf1750cf6dbb7618bd05e3b4b2 /tools | |
parent | f009acf9cd0623175684c49dfc3b718e7146d341 (diff) | |
download | upstream-f6079fbd4bdeac40848306b16d3fde305620145c.tar.gz upstream-f6079fbd4bdeac40848306b16d3fde305620145c.tar.bz2 upstream-f6079fbd4bdeac40848306b16d3fde305620145c.zip |
add missing dependency
SVN-Revision: 16096
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 1 |
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 |