From e4cd5a1ab252a7cfed8b6dc5cefb5f6c20d3a5ab Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 3 Apr 2006 11:51:42 +0000 Subject: [PATCH] fix build rule to handle files with spaces SVN-Revision: 3214 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0