diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-17 10:11:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-17 10:11:00 +0000 |
commit | e9dd838d86c0c728c7a2343cf0a0703d9055f79a (patch) | |
tree | c6f9acd26985fc528d0530f08954d776266d6a41 /tools/Makefile | |
parent | 553528371b0c0cbb8cb2979ea3f2476b7ee5f8b5 (diff) | |
download | upstream-e9dd838d86c0c728c7a2343cf0a0703d9055f79a.tar.gz upstream-e9dd838d86c0c728c7a2343cf0a0703d9055f79a.tar.bz2 upstream-e9dd838d86c0c728c7a2343cf0a0703d9055f79a.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>
SVN-Revision: 44869
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 6 |
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 |