From: Dr. Stephen Henson Date: Wed, 25 Feb 2009 23:29:20 +0000 (+0000) Subject: Do a "make links" in fips directory even if not compiling for fips. X-Git-Tag: OpenSSL_0_9_8k~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98448a53c8547536428b6b709e893c79d3de0f02;p=oweals%2Fopenssl.git Do a "make links" in fips directory even if not compiling for fips. --- diff --git a/Makefile.org b/Makefile.org index 4be7dad7d6..215f593a90 100644 --- a/Makefile.org +++ b/Makefile.org @@ -504,6 +504,9 @@ links: @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER) @set -e; target=links; $(RECURSIVE_BUILD_CMD) + if [ -z "$(FIPSCANLIB)" ]; then \ + @set -e; target=links; dir=fips ; $(BUILD_CMD) ; \ + fi gentests: @(cd test && echo "generating dummy tests (if needed)..." && \