From: Ralph Hempel Date: Sun, 1 Mar 2009 09:47:05 +0000 (+0000) Subject: add dependency (needed for parallel build) X-Git-Tag: reboot~24333 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=inline;h=6ce2c6eb5f2f2e765ca14a883041359da848d90a;p=openwrt%2F.git add dependency (needed for parallel build) SVN-Revision: 14704 --- 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