This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 121b6c7516a7e331c5197b28db00725e40a2c367 Author: mseidel <[email protected]> AuthorDate: Sat Jan 14 20:51:59 2023 +0100 Update makefile --- main/zlib/makefile.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main/zlib/makefile.mk b/main/zlib/makefile.mk index db2ce8dd47..f72fa49247 100644 --- a/main/zlib/makefile.mk +++ b/main/zlib/makefile.mk @@ -1,5 +1,5 @@ #************************************************************** -# +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -7,16 +7,16 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# +# #************************************************************** @@ -41,7 +41,7 @@ all: # --- Files -------------------------------------------------------- TARFILE_NAME=zlib-1.2.7 -TARFILE_MD5=2ab442d169156f34c379c968f3f482dd +TARFILE_MD5=60df6a37c56e7c1366cca812414f7b85 PATCH_FILES=zlib-1.2.7.patch ADDITIONAL_FILES=makefile.mk @@ -68,4 +68,4 @@ PATCHED_HEADERS=$(INCCOM)$/patched$/zlib.h ALLTAR: $(PATCHED_HEADERS) $(PATCHED_HEADERS) : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) - @$(PERL) make_patched_header.pl $@ $(PRJNAME) + @$(PERL) make_patched_header.pl $@ $(PRJNAME)
