From 98369b74e21fb5cf769fcfdf0e717cf6592736c1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 2 May 2013 09:24:18 +0100 Subject: fixup message splitting with updated tool --- cocoa/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target index 2da4c5bb4..7e2c198f1 100644 --- a/cocoa/Makefile.target +++ b/cocoa/Makefile.target @@ -168,7 +168,7 @@ $$(OBJROOT)/$(1).lproj: $(2) $(VQ)echo Bundling language $(1) $(Q)mkdir -p $$@ $(Q)cp -pLR $(2) $$@ - $(Q)$(PERL) utils/split-messages.pl $(1) cocoa < resources/FatMessages > $$@/Messages + $(Q)$(SPLIT_MESSAGES) -l $(1) -p cocoa -f messages resources/FatMessages > $$@/Messages endef # compile_xib (xib) (lang) -- cgit v1.2.3