aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-17 10:11:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-17 10:11:00 +0000
commit602498909272bfb1c46947e3a94e26825ef3a04c (patch)
treec86dc60999f6f5d0c3285382d51471fd10d130aa /tools/Makefile
parent469956f44107af315e9932abdf26b76c2a2f9642 (diff)
downloadmaster-187ad058-602498909272bfb1c46947e3a94e26825ef3a04c.tar.gz
master-187ad058-602498909272bfb1c46947e3a94e26825ef3a04c.tar.bz2
master-187ad058-602498909272bfb1c46947e3a94e26825ef3a04c.zip
tools: remove a bunch of unused automake macros
The feeds that use them have been unmaintained for a long time, and something similar can easily be added as a regular host build package. Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44869 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 3a9ff59e44..a927e72d7c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -27,8 +27,7 @@ tools-$(BUILD_TOOLCHAIN) += gmp mpfr mpc libelf
tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs
tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage
tools-y += firmware-utils patch-image patch quilt yaffs2 flock padjffs2
-tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake scons bc
-tools-y += findutils gengetopt patchelf
+tools-y += missing-macros xz cmake scons bc findutils gengetopt patchelf
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
tools-$(CONFIG_powerpc) += upx
tools-$(CONFIG_TARGET_x86) += qemu
@@ -61,9 +60,6 @@ $(curdir)/mkimage/compile := $(curdir)/sed/install
$(curdir)/mklibs/compile := $(curdir)/libtool/install
$(curdir)/qemu/compile := $(curdir)/e2fsprogs/install
$(curdir)/upslug2/compile := $(curdir)/libtool/install
-$(curdir)/mm-macros/compile := $(curdir)/libtool/install
-$(curdir)/xorg-macros/compile := $(curdir)/libtool/install
-$(curdir)/xfce-macros/compile := $(curdir)/libtool/install
$(curdir)/missing-macros/compile := $(curdir)/autoconf/install
$(curdir)/e2fsprogs/compile := $(curdir)/libtool/install
$(curdir)/libelf/compile := $(curdir)/libtool/install