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 | 6ce2c6eb5f2f2e765ca14a883041359da848d90a (patch) | |
tree | 886cdccc3bb8399250aaf105f7576f3178541c26 /tools | |
parent | 6ae7a0f94fda9b24e0e1ad8be517fc764f03e5d7 (diff) | |
download | upstream-6ce2c6eb5f2f2e765ca14a883041359da848d90a.tar.gz upstream-6ce2c6eb5f2f2e765ca14a883041359da848d90a.tar.bz2 upstream-6ce2c6eb5f2f2e765ca14a883041359da848d90a.zip |
add dependency (needed for parallel build)
SVN-Revision: 14704
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 |