From: Jo-Philipp Wich Date: Wed, 15 Dec 2010 06:05:41 +0000 (+0000) Subject: [include] autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=efc0db5e57c726c3fc87dae684d596673b0f6c94 [include] autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them SVN-Revision: 24588 --- diff --git a/include/autotools.mk b/include/autotools.mk index 2148f40cfd..b2911d45fe 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -35,6 +35,7 @@ define autoreconf if [ -f $(p)/configure.ac ] || [ -f $(p)/configure.in ]; then \ [ -f $(p)/aclocal.m4 ] && [ ! -f $(p)/acinclude.m4 ] && mv aclocal.m4 acinclude.m4; \ [ -d $(p)/autom4te.cache ] && rm -rf autom4te.cache; \ + touch NEWS AUTHORS COPYING ChangeLog; \ $(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \ -B $(STAGING_DIR_HOST)/share/aclocal \ $(patsubst %,-B %,$(5)) \