Kaydet (Commit) 3e67572c authored tarafından Michael Stahl's avatar Michael Stahl

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 c854d369)
Signed-off-by: 's avatarBjoern Michaelsen <bjoern.michaelsen@canonical.com>
üst 12d79f25
...@@ -636,7 +636,7 @@ $(call gb_JunitTest_JunitTest_platform_longpathname_hack,$(1)) ...@@ -636,7 +636,7 @@ $(call gb_JunitTest_JunitTest_platform_longpathname_hack,$(1))
$(call gb_JunitTest_get_target,$(1)) : DEFS := \ $(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.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.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 endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment