aboutsummaryrefslogtreecommitdiff
path: root/CustomTarget_translate.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-24 12:18:21 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-24 12:18:21 +0200
commit6d66e3242a10fbf54ae7d843fc823cf348fcec26 (patch)
tree387dde603fbdea9363c5b9406b8eb47ede36ff40 /CustomTarget_translate.mk
parent38b938ffee6c3a3669f57d4e9094f754efc568d9 (diff)
translations: remove usage of gb_Helper_symlinked_native
Should no longer be necessary after git submodules migration.
Diffstat (limited to 'CustomTarget_translate.mk')
-rw-r--r--CustomTarget_translate.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/CustomTarget_translate.mk b/CustomTarget_translate.mk
index bb26eb1caad..936369a9c6a 100644
--- a/CustomTarget_translate.mk
+++ b/CustomTarget_translate.mk
@@ -66,7 +66,7 @@ $(translations_DIR)/sdf-l10n/%.sdf : \
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SDF,1)
$(call gb_Helper_abbreviate_dirs, \
$(gb_PYTHON) $(OUTDIR_FOR_BUILD)/bin/po2lo --skipsource -i \
- $(call gb_Helper_symlinked_native,$(SRCDIR)/translations/source/$*) -t $< -o $@ -l $*)
+ $(SRCDIR)/translations/source/$* -t $< -o $@ -l $*)
define translations_make_po_deps
$(translations_DIR)/sdf-l10n/$(1).sdf : \