summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-02-25 23:29:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-02-25 23:29:20 +0000
commit98448a53c8547536428b6b709e893c79d3de0f02 (patch)
tree2f9bc756ac30f271c932aad42d996b8e942c947c /Makefile.org
parent241d088156cdd12bce84b26dbc9060972ef73d96 (diff)
Do a "make links" in fips directory even if not compiling for fips.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 3 insertions, 0 deletions
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)..." && \