From: Dr. Stephen Henson Date: Sun, 4 Dec 2011 15:14:13 +0000 (+0000) Subject: use BUILD_ONE_CMD for fips specific links otherwise we effectively do 'make links... X-Git-Tag: OpenSSL-fips-2_0-rc6~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58886fdefc4b4fcfacebc495bffadadd9fd97076;p=oweals%2Fopenssl.git use BUILD_ONE_CMD for fips specific links otherwise we effectively do 'make links' twice --- diff --git a/Makefile.fips b/Makefile.fips index b3811dff22..4c7add6f1d 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -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: