diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-10 22:59:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-10 22:59:07 +0000 |
commit | efeae2d23368f2d574b09c8f65d48165b3fe2a89 (patch) | |
tree | b49bb54059bded54f5bf062d5ce57d2601e422b3 /include | |
parent | aefe068d0634bc832b0a72e374aee8b80afae778 (diff) | |
download | upstream-efeae2d23368f2d574b09c8f65d48165b3fe2a89.tar.gz upstream-efeae2d23368f2d574b09c8f65d48165b3fe2a89.tar.bz2 upstream-efeae2d23368f2d574b09c8f65d48165b3fe2a89.zip |
[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
Diffstat (limited to 'include')
-rw-r--r-- | include/autotools.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |