From 1d341b76c167e51fe10f5b64308f52ca48e2b4e7 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 4 Oct 2013 14:57:38 +0200 Subject: package: drop unneeded HOST__AUTORECONF = YES Since 97c687000 (pkg-autotools.mk: default host AUTORECONF{,_OPT} to the target values) we automatically enable autoreconf for host builds if it is enabled for the target, so these can go. Signed-off-by: Peter Korsgaard --- package/python3/python3.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/python3/python3.mk') diff --git a/package/python3/python3.mk b/package/python3/python3.mk index a8a1942f0d..b5e9689324 100644 --- a/package/python3/python3.mk +++ b/package/python3/python3.mk @@ -31,7 +31,6 @@ HOST_PYTHON3_MAKE_ENV = \ PYTHON_MODULES_INCLUDE=$(HOST_DIR)/usr/include \ PYTHON_MODULES_LIB="$(HOST_DIR)/lib $(HOST_DIR)/usr/lib" -HOST_PYTHON3_AUTORECONF = YES define HOST_PYTHON3_CONFIGURE_CMDS (cd $(@D) && rm -rf config.cache; \ -- cgit v1.2.3