use BUILD_ONE_CMD for fips specific links otherwise we effectively do 'make links' twice

This commit is contained in:
Dr. Stephen Henson 2011-12-04 15:14:13 +00:00
parent 61c3085d47
commit 58886fdefc

View File

@ -524,7 +524,7 @@ files:
links:
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
@set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD)
@set -e; dir=fips target=links; $(BUILD_ONE_CMD)
@(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links)
gentests: