summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-04 17:01:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-04 17:01:58 +0000
commitac1ee8e877799cf44b558d445c7c54c7930f5bc3 (patch)
tree41b7d288d1d168ecf817c036b1b0fc5e89bdf84e /Makefile.org
parent8776ef63c15528053ee6410d35e1b26a44548e2a (diff)
Use environment when builds libcrypto shared library so CC value is picked up
in FIPS builds.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 73e8b6dd26..551530c924 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -397,7 +397,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a build_fips
FIPSLD_CC="$(CC)"; CC=fips/fipsld; \
export CC FIPSLD_CC; \
fi; \
- $(MAKE) SHLIBDIRS=crypto build-shared; \
+ $(MAKE) -e SHLIBDIRS=crypto build-shared; \
else \
echo "There's no support for shared libraries on this platform" >&2; \
exit 1; \