From: roland Date: Thu, 6 Jun 1996 23:46:31 +0000 (+0000) Subject: Thu Jun 6 16:12:39 1996 Roland McGrath X-Git-Tag: libc-960607~7 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=f36b0007bec38f6e0940bfe283098087aba4ad01;hp=d13c1d7dba1002b6361a41d066b1cd2130621884 Thu Jun 6 16:12:39 1996 Roland McGrath * po/Makefile (linguas.mo): Don't commit .mo files to cvs. --- diff --git a/po/Makefile b/po/Makefile index 8680be0fc5..12a8849a90 100644 --- a/po/Makefile +++ b/po/Makefile @@ -80,6 +80,5 @@ ifneq (,$(pofiles)) linguas: $(pofiles:$(podir)/%=%) test ! -d CVS || cvs commit -m'Copied from $(podir)' $^ linguas.mo: $(pofiles:$(podir)/%.po=%.mo) - test ! -d CVS || cvs commit -m'Compiled translations' $^ endif