summaryrefslogtreecommitdiffstats
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:12:07 +0200
commit3e67572cc8bd057a0b7916bcaffb60618d18069e (patch)
tree2abe2ae90d461c996cf9d62a6677b83326458726 /solenv
parentquote $ANT in makefiles so path with spaces works (diff)
downloadcore-3e67572cc8bd057a0b7916bcaffb60618d18069e.tar.gz
core-3e67572cc8bd057a0b7916bcaffb60618d18069e.zip
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>
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 5629ee51d358..4365817c57d1 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -636,7 +636,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