diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-03-01 09:47:05 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-03-01 09:47:05 +0000 |
commit | 55b65a6ee951757f6fe7b7d90d55a9e2ebc32898 (patch) | |
tree | af0446df95099063f080fd1e6a123b598be0dd31 /tools | |
parent | ce1f09a4636d868f84a9fd5e7ecb810541566ad4 (diff) | |
download | master-187ad058-55b65a6ee951757f6fe7b7d90d55a9e2ebc32898.tar.gz master-187ad058-55b65a6ee951757f6fe7b7d90d55a9e2ebc32898.tar.bz2 master-187ad058-55b65a6ee951757f6fe7b7d90d55a9e2ebc32898.zip |
add dependency (needed for parallel build)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14704 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8ff50cc43e..03f16b1419 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -14,6 +14,7 @@ $(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma m # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install $(curdir)/quilt/compile := $(curdir)/sed/install +$(curdir)/dtc/compile := $(curdir)/bison/install # preparatory work $(STAGING_DIR)/.prepared: $(TMP_DIR)/.build |