From: Bruno Haible Date: Fri, 28 Jul 2000 20:07:22 +0000 (+0000) Subject: maintainer-clean fix, from Paul Eggert. X-Git-Tag: v0.10.36~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8777dd4e27ae3156cf03bf93e101379c98ceb40;p=thirdparty%2Fgettext.git maintainer-clean fix, from Paul Eggert. --- diff --git a/po/ChangeLog b/po/ChangeLog index bbc265599..d81985aa4 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +1998-07-26 Paul Eggert + + * Makefile.in.in (maintainer-clean): Remove cat-id-tbl.c and + stamp-cat-id. + 2000-07-28 Bruno Haible * Makefile.in.in (uninstall): Synchronize with the install target. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 2e176d86b..8a66147f1 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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)