fix regression introduced with 37705446d2eec207d9e0e3d39997792229fb8b1f

* l10n should now work again (thanks timar for the hint)
This commit is contained in:
Bjoern Michaelsen 2011-03-27 11:05:17 +02:00
parent 0c4f0a228d
commit 4bf5783b32

View file

@ -72,7 +72,7 @@ $(call gb_Helper_abbreviate_dirs_native,\
-I$(realpath $(dir $(3))) \
$(DEFS) \
-fp=$(1) \
$(realpath $(if $<,$<,$(MERGEDFILE)))" > $${RESPONSEFILE} && \
$(realpath $(if $(MERGEDFILE),$(MERGEDFILE),$<))" > $${RESPONSEFILE} && \
$(gb_SrsPartTarget_RSCCOMMAND) -presponse @$${RESPONSEFILE} && \
rm -rf $${RESPONSEFILE})