mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
autotools.mk: remove GNUmakefile before running autoreconf (spotted libgcrypt++)
SVN-Revision: 24344
This commit is contained in:
parent
502dc1cb39
commit
fa3c5ac38a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue