Makefile.in.in (distclean): Also remove *.gmo during make distclean.

* Makefile.in.in (distclean): Also remove *.gmo during `make
	distclean`.

From-SVN: r39359
This commit is contained in:
Gerald Pfeifer 2001-01-31 02:30:40 +01:00 committed by Gerald Pfeifer
parent 2f33c63561
commit 28d28e847f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Makefile.in.in (distclean): Also remove *.gmo during `make
distclean`.
2000-12-17 Philipp Thomas <pthomas@suse.de>
* POTFILES.in: Add doloop.c.

View File

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