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 | 88a1c20900cf18fb024405de1d30df3282eb45b3 (patch) | |
tree | ba5e2ece36210478c4c483c65da0b499c8207ec2 /include/autotools.mk | |
parent | c59cc1b75d980c2bef29bfc59ac27840dc7c4036 (diff) | |
download | openwrt-88a1c20900cf18fb024405de1d30df3282eb45b3.tar.gz openwrt-88a1c20900cf18fb024405de1d30df3282eb45b3.tar.bz2 openwrt-88a1c20900cf18fb024405de1d30df3282eb45b3.zip |
autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
SVN-Revision: 24458
Diffstat (limited to 'include/autotools.mk')
-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)) |