PATCH: gcc/po/Makefile.in.in and `make distclean`

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Tue Jan 30 17:04:00 GMT 2001


I tried a objdir=srcdir build today, and noticed the following problem
triggered by the Swedish translation.

Okay to install?

Gerald

2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

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

Index: Makefile.in.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/po/Makefile.in.in,v
retrieving revision 1.8
diff -u -3 -p -r1.8 Makefile.in.in
--- Makefile.in.in	2000/10/21 19:04:38	1.8
+++ Makefile.in.in	2001/01/30 20:40:47
@@ -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;"




More information about the Gcc-patches mailing list