You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2023/03/07 19:09:38 UTC

[openoffice] branch make44 updated: Fix compatibility with older Make versions

This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch make44
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/make44 by this push:
     new 2738da9d08 Fix compatibility with older Make versions
2738da9d08 is described below

commit 2738da9d08cebe319fa1f0cbe53c2954c8967ca6
Author: Arrigo Marchiori <ar...@yahoo.it>
AuthorDate: Tue Mar 7 20:09:06 2023 +0100

    Fix compatibility with older Make versions
---
 main/solenv/gbuild/Package.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/solenv/gbuild/Package.mk b/main/solenv/gbuild/Package.mk
index d2761c7edd..40f57af9e0 100644
--- a/main/solenv/gbuild/Package.mk
+++ b/main/solenv/gbuild/Package.mk
@@ -24,7 +24,7 @@
 
 # PackagePart class
 
-define gb_PackagePart_deliver_destination =
+define gb_PackagePart_deliver_destination
 $(1)/% :
 	$$(call gb_Deliver_deliver,$$<,$$@)