relative path is better, because it works under Cygwin, too

This commit is contained in:
Andras Timar
2012-03-30 12:48:52 +02:00
parent 4c023a0883
commit 186d9edc9a

View File

@@ -58,7 +58,7 @@ $(TRTR)/sdf-l10n/$(1).sdf : $(TRTR)/sdf-template/en-US.sdf $(OUTDIR_FOR_BUILD)/b
$$(call gb_Output_announce,$$(subst $(WORKDIR)/,,$$@),$(true),SDF,1)
$$(call gb_Helper_abbreviate_dirs_native, \
$(gb_PYTHON) $(OUTDIR_FOR_BUILD)/bin/po2lo --skipsource -i \
$(SRCDIR)/translations/source/$(1) -t $$< -o $$@ -l $(1))
source/$(1) -t $$< -o $$@ -l $(1))
endef