From 98448a53c8547536428b6b709e893c79d3de0f02 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 25 Feb 2009 23:29:20 +0000 Subject: [PATCH] Do a "make links" in fips directory even if not compiling for fips. --- Makefile.org | 3 +++ 1 file changed, 3 insertions(+) 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)..." && \ -- 2.25.1