summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/Makefile.org
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/Makefile.org')
-rw-r--r--crypto/openssl/Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/Makefile.org b/crypto/openssl/Makefile.org
index a25f875..c0e16bb 100644
--- a/crypto/openssl/Makefile.org
+++ b/crypto/openssl/Makefile.org
@@ -302,8 +302,8 @@ libcrypto$(SHLIB_EXT): libcrypto.a fips_premain_dso$(EXE_EXT)
FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; \
export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
fi; \
- $(MAKE) -e SHLIBDIRS=crypto CC=$${CC:-$(CC)} build-shared; \
- touch -c fips_premain_dso$(EXE_EXT); \
+ $(MAKE) -e SHLIBDIRS=crypto CC="$${CC:-$(CC)}" build-shared && \
+ (touch -c fips_premain_dso$(EXE_EXT) || :); \
else \
echo "There's no support for shared libraries on this platform" >&2; \
exit 1; \
OpenPOWER on IntegriCloud