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 | 13f27757b6dfc798251cd4dad8cbc55eed4f52c9 (patch) | |
tree | c05d29957519c0627aef0abe39990ffea2e54ac4 | |
parent | 50aaed285fdcccf8a61d0a29c09308673116a2d0 (diff) | |
download | master-187ad058-13f27757b6dfc798251cd4dad8cbc55eed4f52c9.tar.gz master-187ad058-13f27757b6dfc798251cd4dad8cbc55eed4f52c9.tar.bz2 master-187ad058-13f27757b6dfc798251cd4dad8cbc55eed4f52c9.zip |
add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16096 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |