Do a "make links" in fips directory even if not compiling for fips.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 25 Feb 2009 23:29:20 +0000 (23:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 25 Feb 2009 23:29:20 +0000 (23:29 +0000)
Makefile.org

index 4be7dad7d67766b6c5de82857843451e751e8a23..215f593a90d70bb4f180ce0f521a7cdeb004b47b 100644 (file)
@@ -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)..." && \