mirror of https://github.com/hak5/openwrt.git
autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
SVN-Revision: 24458lede-17.01
parent
c59cc1b75d
commit
88a1c20900
|
@ -6,6 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH)
|
PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH)
|
||||||
|
PKG_REMOVE_FILES?=aclocal.m4
|
||||||
|
|
||||||
autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))
|
autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue