[Libreoffice-commits] .: solenv/gbuild
Michael Stahl
mst at kemper.freedesktop.org
Tue Jul 10 06:31:18 PDT 2012
solenv/gbuild/platform/WNT_INTEL_MSC.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c854d36984789c1ffac8c83c929406c10ba99462
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Jul 10 15:29:02 2012 +0200
gbuild: remove trailing \ that is apparently...
... causing LO patched make 3.82 to fail with "Malformed target-specific
variable definition" on the next line.
diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 857b91a..05d7628 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -638,7 +638,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
More information about the Libreoffice-commits
mailing list