[Scummvm-cvs-logs] SF.net SVN: scummvm:[49992] scummvm/trunk/po/module.mk

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jun 18 04:08:21 CEST 2010


Revision: 49992
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49992&view=rev
Author:   lordhoto
Date:     2010-06-18 02:08:21 +0000 (Fri, 18 Jun 2010)

Log Message:
-----------
Explcitily use "perl" from the PATH, this fixes translation updating on systems, where perl is not installed in /usr/bin/perl.

Modified Paths:
--------------
    scummvm/trunk/po/module.mk

Modified: scummvm/trunk/po/module.mk
===================================================================
--- scummvm/trunk/po/module.mk	2010-06-18 02:08:00 UTC (rev 49991)
+++ scummvm/trunk/po/module.mk	2010-06-18 02:08:21 UTC (rev 49992)
@@ -33,7 +33,7 @@
 	fi;
 
 $(srcdir)/common/messages.cpp: $(POFILES)
-	$(srcdir)/tools/po2c $^ > $(srcdir)/common/messages.cpp
+	perl $(srcdir)/tools/po2c $^ > $(srcdir)/common/messages.cpp
 
 update-translations: updatepot $(POFILES) $(srcdir)/common/messages.cpp
 	@$(foreach file, $(POFILES), echo -n $(notdir $(basename $(file)))": ";msgfmt --statistic $(file);)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list