diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-26 19:11:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-26 19:11:56 +0000 |
commit | 61a70b4424b9b39b1a3d169fda794bf8413032e3 (patch) | |
tree | c05d29957519c0627aef0abe39990ffea2e54ac4 | |
parent | 430d0cdbcfa48dca1369a8d89fc2528618bef068 (diff) |
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 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 |