summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-08-18 22:32:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-08-19 08:56:26 +0200
commit4e842482274d9ade61c6aa8c3048efdfa8e0ded5 (patch)
tree2717a4e2a2f206be4b3cb83e620a99edc2528896 /instsetoo_native
parent97968ab9a221aae1e25cbf9e18bae4460a488f79 (diff)
Spurious space at start of generated version ini file
...since 7f1f1f53206c85fb0e2290e5fb2e20dcedfa2610 "tdf#118303 - Wrong converting of the Vendor-String" Change-Id: I192f8b9cfaba0863612c9099b926ea5828783bd6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100963 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/CustomTarget_setup.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index ea0d2137c1a1..6feb5238664b 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -200,7 +200,7 @@ ifeq ($(HAVE_GNUMAKE_FILE_FUNC),)
printf 'UpdateUserAgent=<PRODUCT> ($${buildid}; $${_OS}; $${_ARCH}; <OPTIONAL_OS_HW_DATA>)\n' >> $@ && \
printf 'Vendor=$(OOO_VENDOR)\n' >> $@
else
- $(file > $@, $(call instsetoo_native_genversionini))
+ $(file > $@,$(call instsetoo_native_genversionini))
endif
$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),ECH)