Do a "make links" in fips directory even if not compiling for fips.

This commit is contained in:
Dr. Stephen Henson
2009-02-25 23:29:20 +00:00
parent 241d088156
commit 98448a53c8

View 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)..." && \