diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-15 06:05:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-15 06:05:41 +0000 |
commit | dc2cceb6cb380c215fadc0d9be741b9a55f3f8f9 (patch) | |
tree | d8ec12c4d07e6d8f2f7529bd02a057086d6e6609 /include | |
parent | 19b9cbe9037d229ad9277ce1b38a683cf361549d (diff) | |
download | upstream-dc2cceb6cb380c215fadc0d9be741b9a55f3f8f9.tar.gz upstream-dc2cceb6cb380c215fadc0d9be741b9a55f3f8f9.tar.bz2 upstream-dc2cceb6cb380c215fadc0d9be741b9a55f3f8f9.zip |
[include] autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/autotools.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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)) \ |