Commit 98448a53 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

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

parent 241d0881
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)..." && \