From: Matthias Braun Date: Mon, 3 Apr 2006 11:51:42 +0000 (+0000) Subject: fix build rule to handle files with spaces X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e4cd5a1ab252a7cfed8b6dc5cefb5f6c20d3a5ab;p=supertux.git fix build rule to handle files with spaces SVN-Revision: 3214 --- diff --git a/Jamrules b/Jamrules index 2e3d6b0ae..920185f5a 100644 --- a/Jamrules +++ b/Jamrules @@ -52,7 +52,7 @@ if $(XGETTEXT) != "" { actions XGetText { - $(XGETTEXT) $(XGETTEXT_FLAGS) --keyword='_:1' -o $(<) $(>) + $(XGETTEXT) $(XGETTEXT_FLAGS) --keyword='_:1' -o $(<) "$(>)" } rule MakePot {