diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-10 20:25:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-10 20:25:52 +0000 |
commit | c59cc1b75d980c2bef29bfc59ac27840dc7c4036 (patch) | |
tree | ad4065eb1cb54d7c0c2b83b57d3624491faab327 /tools | |
parent | 8e4f381a66cfd79601cff77cc271eb73afead947 (diff) | |
download | upstream-c59cc1b75d980c2bef29bfc59ac27840dc7c4036.tar.gz upstream-c59cc1b75d980c2bef29bfc59ac27840dc7c4036.tar.bz2 upstream-c59cc1b75d980c2bef29bfc59ac27840dc7c4036.zip |
fix xorg-macros dependency
SVN-Revision: 24453
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
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) |