فهرست منبع

autotools.mk: remove GNUmakefile before running autoreconf (spotted libgcrypt++)

SVN-Revision: 24344
Jo-Philipp Wich 15 سال پیش
والد
کامیت
fa3c5ac38a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      include/autotools.mk

+ 1 - 0
include/autotools.mk

@@ -20,6 +20,7 @@ define autoreconf
 		if [ -x ./autogen.sh ]; then \
 			./autogen.sh || true; \
 		elif [ -f ./configure.ac ] || [ -f ./configure.in ]; then \
+			rm -f ./GNUmakefile; \
 			$(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
 				$(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS) || true; \
 		fi \