Fix distclean to remove some extra files. #60993, Ben Gertzfield

Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>

	* Makefile.am po/Makefile.in.in: Fix distclean to
	remove some extra files. #60993, Ben Gertzfield
This commit is contained in:
Owen Taylor
2001-09-26 19:37:08 +00:00
committed by Owen Taylor
parent 4fc0820988
commit 861fb083f2
10 changed files with 43 additions and 1 deletions

View File

@@ -195,7 +195,7 @@ mostlyclean:
clean: mostlyclean
distclean: clean
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m po2tbl.sed
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"