From: Paul Eggert Date: Fri, 15 Dec 2006 08:25:02 +0000 (+0000) Subject: * Makefile.am (MOSTLYCLEANFILES): Add _match.i. X-Git-Tag: v1.3.12~29 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=582060d8f66d848d80b223601cb8532b501e4a31;p=debian%2Fgzip * Makefile.am (MOSTLYCLEANFILES): Add _match.i. --- diff --git a/ChangeLog b/ChangeLog index 737befd..c13ed0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * NEWS, configure.ac (AC_INIT): Version 1.3.9 released. + * Makefile.am (MOSTLYCLEANFILES): Add _match.i. + * bootstrap (gnulib_tool_options_extras): New var. (gnulib_tool_options): Use it. * bootstrap.conf (gnulib_tool_options_extras): Avoid getline and diff --git a/Makefile.am b/Makefile.am index 4114152..917641d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,4 +98,5 @@ uninstall-local: remove-installed-links MAINTAINERCLEANFILES = gzip.doc -MOSTLYCLEANFILES = match_.s _match.S gzexe zdiff zforce zgrep zless zmore znew +MOSTLYCLEANFILES = _match.i match_.s _match.S \ + gzexe zdiff zforce zgrep zless zmore znew