From: Jo-Philipp Wich Date: Fri, 10 Dec 2010 22:59:07 +0000 (+0000) Subject: [include] autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=efeae2d23368f2d574b09c8f65d48165b3fe2a89;p=15.05%2Fopenwrt.git [include] autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24458 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/autotools.mk b/include/autotools.mk index e4c9fedbab..d5f1e464c0 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -6,6 +6,7 @@ # PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH) +PKG_REMOVE_FILES?=aclocal.m4 autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))