summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-13 21:02:31 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-13 21:02:31 +0000
commit4cdaea52c4a09a0cd16ce0964ec96ff7f2892d92 (patch)
tree6f98a9814a5f64586d14c4070f352f44584c4652 /tools/Makefile
parent5787c6743e4d79c5822e85c3a2aa052efe80dc24 (diff)
downloadmaster-31e0f0ae-4cdaea52c4a09a0cd16ce0964ec96ff7f2892d92.tar.gz
master-31e0f0ae-4cdaea52c4a09a0cd16ce0964ec96ff7f2892d92.tar.bz2
master-31e0f0ae-4cdaea52c4a09a0cd16ce0964ec96ff7f2892d92.zip
reorder dependencies
SVN-Revision: 24556
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ce405e7adb..c852383241 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -40,7 +40,7 @@ $(curdir)/squashfs4/compile := $(curdir)/lzma/install
$(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/autoconf/install
$(curdir)/dtc/compile := $(curdir)/bison/install
$(curdir)/autoconf/compile := $(curdir)/m4/install
-$(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/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)/mtd-utils/compile := $(curdir)/e2fsprogs/install
@@ -48,6 +48,7 @@ $(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)/builddirs := $(tools-y) $(tools-dep) $(tools-)
$(curdir)/builddirs-default := $(tools-y)