summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-10 20:25:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-10 20:25:52 +0000
commitc59cc1b75d980c2bef29bfc59ac27840dc7c4036 (patch)
treead4065eb1cb54d7c0c2b83b57d3624491faab327 /tools/Makefile
parent8e4f381a66cfd79601cff77cc271eb73afead947 (diff)
downloadmaster-31e0f0ae-c59cc1b75d980c2bef29bfc59ac27840dc7c4036.tar.gz
master-31e0f0ae-c59cc1b75d980c2bef29bfc59ac27840dc7c4036.tar.bz2
master-31e0f0ae-c59cc1b75d980c2bef29bfc59ac27840dc7c4036.zip
fix xorg-macros dependency
SVN-Revision: 24453
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 9a6cf964d9..91f52ff29a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -47,7 +47,7 @@ $(curdir)/mtd-utils/compile := $(curdir)/e2fsprogs/install
$(curdir)/mkimage/compile := $(curdir)/sed/install
$(curdir)/qemu/compile := $(curdir)/e2fsprogs/install
$(curdir)/upslug2/compile := $(curdir)/automake/install
-$(curdir)/xorg-macros/compile := $(curdir)/autoconf/install
+$(curdir)/xorg-macros/compile := $(curdir)/automake/install
$(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-)
$(curdir)/builddirs-default := $(tools-y)