mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
[include] autotools.mk: remove GNUmakefile before running autoreconf (spotted libgcrypt++)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24344 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ca1f565dd9
commit
70a9f15283
@ -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…
Reference in New Issue
Block a user