]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
maintainer-clean fix, from Paul Eggert.
authorBruno Haible <bruno@clisp.org>
Fri, 28 Jul 2000 20:07:22 +0000 (20:07 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 28 Jul 2000 20:07:22 +0000 (20:07 +0000)
po/ChangeLog
po/Makefile.in.in

index bbc265599a1d19d96d62ff1465a6009abbcd5478..d81985aa4a070a511230ea433a950073074a2da9 100644 (file)
@@ -1,3 +1,8 @@
+1998-07-26  Paul Eggert  <eggert@twinsun.com>
+
+       * Makefile.in.in (maintainer-clean): Remove cat-id-tbl.c and
+       stamp-cat-id.
+
 2000-07-28  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.in.in (uninstall): Synchronize with the install target.
index 2e176d86b63b58fad34fd9ecf67f66001d0915af..8a66147f1fca63947abcb76aed03d726938f707c 100644 (file)
@@ -194,7 +194,7 @@ distclean: clean
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
-       rm -f $(GMOFILES)
+       rm -f $(GMOFILES) cat-id-tbl.c stamp-cat-id
 
 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
 dist distdir: $(DISTFILES)