aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-04-21 16:09:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-04-21 16:09:04 +0000
commit13f705bbc1888e5bbe6cde858e7c45582e7f9564 (patch)
treed854736eff71be9edaa499c09845808559005df5 /tools/Makefile
parent668290df9cbf56cea155a026428cebafe5d733cc (diff)
downloadupstream-13f705bbc1888e5bbe6cde858e7c45582e7f9564.tar.gz
upstream-13f705bbc1888e5bbe6cde858e7c45582e7f9564.tar.bz2
upstream-13f705bbc1888e5bbe6cde858e7c45582e7f9564.zip
tools: add xz dependency to automake
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 6635b68e25..7381ad24ca 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -45,7 +45,7 @@ $(curdir)/squashfs4/compile := $(curdir)/xz/install
$(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/autoconf/install
$(curdir)/dtc/compile := $(curdir)/bison/install
$(curdir)/autoconf/compile := $(curdir)/m4/install $(curdir)/libtool/install
-$(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/install $(curdir)/pkg-config/install
+$(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/install $(curdir)/pkg-config/install $(curdir)/xz/install
$(curdir)/gmp/compile := $(curdir)/automake/install
$(curdir)/mpc/compile := $(curdir)/mpfr/install $(curdir)/gmp/install
$(curdir)/mpfr/compile := $(curdir)/gmp/install