From: Stefano Lattarini Date: Fri, 14 Dec 2012 13:56:21 +0000 (+0100) Subject: fixup: add dummy rule for ChangeLog generation in Makefile.am X-Git-Tag: v1.12.6~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43340dfe396f9186267338f787a70b9af23ca126;p=thirdparty%2Fautomake.git fixup: add dummy rule for ChangeLog generation in Makefile.am So that automake won't complain about the missing ChangeLog. The real rule for ChangeLog generation is now in maint.mk (as it is maintainer-specific). * Makefile.am (ChangeLog): Dummy. Signed-off-by: Stefano Lattarini --- diff --git a/Makefile.am b/Makefile.am index 77fb3535c..8fea72e64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,6 +116,11 @@ INSTALL: lib/INSTALL maintainer-clean-local: rm -rf .autom4te.cache +# So that automake won't complain about the missing ChangeLog. +# The real rule for ChangeLog generation is now in maint.mk (as +# it is maintainer-specific). +ChangeLog: + ## -------------------------------------------------------------------- ## ## Auxiliary scripts and files for use with "automake --add-missing". ##