summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-18 19:59:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-18 19:59:04 +0000
commit5884b43b51e60c4329d995d1513ad6d8cdf2a030 (patch)
tree7bb5cc64e4b82a93136cacc03606336f195d9cb0 /tools/Makefile
parent2653c7b0d96a4a44e540974ea669a9b6f655f6c0 (diff)
downloadmaster-31e0f0ae-5884b43b51e60c4329d995d1513ad6d8cdf2a030.tar.gz
master-31e0f0ae-5884b43b51e60c4329d995d1513ad6d8cdf2a030.tar.bz2
master-31e0f0ae-5884b43b51e60c4329d995d1513ad6d8cdf2a030.zip
the mpfr dependencies accidentally got broken up, fix it
SVN-Revision: 24684
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 3ed806f339..47441b623c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -44,7 +44,7 @@ $(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)/mpc/compile := $(curdir)/gmp/install
-$(curdir)/mpfr/compile := $(curdir)/gmp/install
+$(curdir)/mpfr/compile := $(curdir)/gmp/install $(curdir)/automake/install
$(curdir)/ppl/compile := $(curdir)/gmp/install
$(curdir)/cloog/compile := $(curdir)/ppl/install
$(curdir)/mtd-utils/compile := $(curdir)/e2fsprogs/install
@@ -52,7 +52,6 @@ $(curdir)/mkimage/compile := $(curdir)/sed/install
$(curdir)/qemu/compile := $(curdir)/e2fsprogs/install
$(curdir)/upslug2/compile := $(curdir)/automake/install
$(curdir)/xorg-macros/compile := $(curdir)/automake/install
-$(curdir)/mpfr/compile := $(curdir)/automake/install
$(curdir)/ppl/compile := $(curdir)/automake/install
$(curdir)/cloog/compile := $(curdir)/automake/install