SVN: rc-scripts/trunk/po/Makefile.am

glen glen at pld-linux.org
Sat Aug 13 15:51:20 CEST 2011


Author: glen
Date: Sat Aug 13 15:51:20 2011
New Revision: 12305

Modified:
   rc-scripts/trunk/po/Makefile.am
Log:
Do not ignore errors

Modified: rc-scripts/trunk/po/Makefile.am
==============================================================================
--- rc-scripts/trunk/po/Makefile.am	(original)
+++ rc-scripts/trunk/po/Makefile.am	Sat Aug 13 15:51:20 2011
@@ -20,7 +20,7 @@
 	  && rm -f $$file && $(GMSGFMT) -c --statistics -o $$file $<
 
 $(PACKAGE).pot: Makefile $(POTSRC)
-	$(makepot) $(POTSRC) >$(PACKAGE).po; \
+	$(makepot) $(POTSRC) > $(PACKAGE).po
 	cmp $(PACKAGE).po $(PACKAGE).pot || \
 		mv $(PACKAGE).po $(PACKAGE).pot; \
 	rm -f $(PACKAGE).po


More information about the pld-cvs-commit mailing list