Use environment when builds libcrypto shared library so CC value is picked up
[openssl.git] / Makefile.org
index 73e8b6dd2617aebf76f5eb80547ffb5e223443b3..551530c9245794eee773a506106aa723a1a421cc 100644 (file)
@@ -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; \