]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in.in (distclean): Also remove *.gmo during `make distclean`.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Wed, 31 Jan 2001 01:30:40 +0000 (02:30 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 31 Jan 2001 01:30:40 +0000 (01:30 +0000)
* Makefile.in.in (distclean): Also remove *.gmo during `make
distclean`.

From-SVN: r39359

gcc/po/ChangeLog
gcc/po/Makefile.in.in

index 350d01af28b9f113237ca28bf94027f0629de33f..a858d8d59ecd17097e80050069376d4ac16ca815 100644 (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.
index ccd73698d10a5fae0a1c7d00cb7bc50cb6c10be8..14def49d14fd57ea3412b84bda869b406679664e 100644 (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;"
This page took 0.061436 seconds and 5 git commands to generate.