summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-10 15:29:02 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-11 20:29:51 +0200
commit7ee7ead3b84bab0c03054a3cc1d9d6193f0f2b24 (patch)
tree99286a0a7f41fd38adc954a11f183ae9fffed45f /solenv
parent446453aae8b0c442721b1715ccaf2a8ed126090c (diff)
gbuild: remove trailing \ that is apparently...
... causing LO patched make 3.82 to fail with "Malformed target-specific variable definition" on the next line. (cherry picked from commit c854d36984789c1ffac8c83c929406c10ba99462) Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> (cherry picked from commit 3e67572cc8bd057a0b7916bcaffb60618d18069e)
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/WNT_INTEL_MSC.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 2cf856cb9d05..d05c3ac69d44 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -643,7 +643,7 @@ $(call gb_JunitTest_JunitTest_platform_longpathname_hack,$(1))
$(call gb_JunitTest_get_target,$(1)) : DEFS := \
-Dorg.openoffice.test.arg.soffice="$$$${OOO_TEST_SOFFICE:-path:`cat $(call gb_JunitTest_get_target,$(1)).instpath`/opt/OpenOffice.org 3/program/soffice.exe}" \
-Dorg.openoffice.test.arg.env=PATH \
- -Dorg.openoffice.test.arg.user=file:///$(call gb_JunitTest_get_userdir,$(1)) \
+ -Dorg.openoffice.test.arg.user=file:///$(call gb_JunitTest_get_userdir,$(1))
endef