From: Felix Fietkau Date: Fri, 8 May 2009 22:48:05 +0000 (+0000) Subject: add missing dependency X-Git-Tag: 8.09.1~74 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=abd072984b136295523df7fbcea9c824fbdbfde3;p=openwrt%2Fsvn-archive%2Fopenwrt.git add missing dependency SVN-Revision: 15717 --- diff --git a/tools/Makefile b/tools/Makefile index e44fac4ad9..8e3f35ab43 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,6 +12,7 @@ curdir:=tools $(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_powerpc),dtc) lua quilt autoconf # builddir dependencies +$(curdir)/automake/compile := $(curdir)/autoconf/install $(curdir)/squashfs/compile := $(curdir)/lzma/install $(curdir)/quilt/compile := $(curdir)/sed/install