From 58886fdefc4b4fcfacebc495bffadadd9fd97076 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 4 Dec 2011 15:14:13 +0000 Subject: [PATCH] use BUILD_ONE_CMD for fips specific links otherwise we effectively do 'make links' twice --- Makefile.fips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.25.1