[Libreoffice-commits] core.git: i18npool/CustomTarget_localedata.mk

Stephan Bergmann sbergman at redhat.com
Mon Jun 10 00:43:19 PDT 2013


 i18npool/CustomTarget_localedata.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f4856a861275fe40f9b8fcb5164e2c4a97faef7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jun 10 09:42:53 2013 +0200

    One more gbuild $ -> $$ fix
    
    Change-Id: I516c6bde68e8ee269fe4e392f96e251b556e21bd

diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk
index f10769f..9ff1600 100644
--- a/i18npool/CustomTarget_localedata.mk
+++ b/i18npool/CustomTarget_localedata.mk
@@ -21,7 +21,7 @@ $(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_$(1).cxx : \
 		| $(call gb_Executable_get_runtime_dependencies,saxparser)
 	$$(call gb_Output_announce,$$(subst $(WORKDIR)/,,$$@),$(true),SAX,1)
 	$$(call gb_Helper_abbreviate_dirs, \
-		$(call gb_Helper_execute,saxparser) $(1) $$< $$@.tmp \
+		$$(call gb_Helper_execute,saxparser) $(1) $$< $$@.tmp \
 			-env:LO_LIB_DIR=$(call gb_Helper_make_url,$(gb_Helper_OUTDIR_FOR_BUILDLIBDIR)) \
 			-env:URE_MORE_SERVICES=$(call gb_Helper_make_url,$(call gb_Rdb_get_outdir_target_for_build,saxparser)) \
 			$(if $(findstring s,$(MAKEFLAGS)),> /dev/null 2>&1) && \


More information about the Libreoffice-commits mailing list