Skip to content

Commit 97352d4

Browse files
committed
including zlib-1.3.1
Signed-off-by: Robin Dubey <[email protected]>
1 parent 9c01bdc commit 97352d4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

icc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ create_openssl: $(ICC_ROOT)/openssl_source/$(OPENSSL_VER)-icc.tar.gz
230230
)
231231
# test if the extract worked
232232
cd $(ICC_ROOT)/$(OPENSSL_VER)
233-
-rm Build_OSSL_Complete
233+
if [ -e Build_OSSL_Complete ] ; then rm Build_OSSL_Complete ; fi
234234

235235
#- Create the OpenSSL sources from tarfile and patches on zOS
236236
#- This has NO automated dependencies as that messes the automated builds

openssl_source/zlib-1.3.1.tar.gz

1.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)