summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-01 09:47:05 +0000
committerralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-01 09:47:05 +0000
commit9e3df9dbdc5a481eb89d4776f086425c55a45de1 (patch)
treeaf0446df95099063f080fd1e6a123b598be0dd31 /tools
parentc9f2186862ea3f19a9389b77c13326c6edb4cfed (diff)
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 8ff50cc43..03f16b141 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