]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Do not ignore errors
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 13 Aug 2011 13:51:20 +0000 (13:51 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 13 Aug 2011 13:51:20 +0000 (13:51 +0000)
svn-id: @12305

po/Makefile.am

index a32235f6484b8f9689a4d630db4260d5aa47e8b1..03b0909a0e31e9481e03d5ac9efc2e9cd19c8bdf 100644 (file)
@@ -20,7 +20,7 @@ SUFFIXES = .po .mo .gmo
          && 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
This page took 0.067134 seconds and 4 git commands to generate.