From: Gerald Pfeifer Date: Wed, 31 Jan 2001 01:30:40 +0000 (+0100) Subject: Makefile.in.in (distclean): Also remove *.gmo during `make distclean`. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28d28e847f21854f2fa1c80881074ae5bbd37f68;p=gcc.git Makefile.in.in (distclean): Also remove *.gmo during `make distclean`. * Makefile.in.in (distclean): Also remove *.gmo during `make distclean`. From-SVN: r39359 --- diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 350d01af28b..a858d8d59ec 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,8 @@ +2001-01-30 Gerald Pfeifer + + * Makefile.in.in (distclean): Also remove *.gmo during `make + distclean`. + 2000-12-17 Philipp Thomas * POTFILES.in: Add doloop.c. diff --git a/gcc/po/Makefile.in.in b/gcc/po/Makefile.in.in index ccd73698d10..14def49d14f 100644 --- a/gcc/po/Makefile.in.in +++ b/gcc/po/Makefile.in.in @@ -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;"