From 582060d8f66d848d80b223601cb8532b501e4a31 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 15 Dec 2006 08:25:02 +0000 Subject: [PATCH] * Makefile.am (MOSTLYCLEANFILES): Add _match.i. --- ChangeLog | 2 ++ Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2