translations: remove usage of gb_Helper_symlinked_native

Should no longer be necessary after git submodules migration.
This commit is contained in:
Michael Stahl
2012-10-24 12:18:21 +02:00
parent 38b938ffee
commit 6d66e3242a

View File

@@ -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 : \