summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-04 15:14:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-04 15:14:13 +0000
commit58886fdefc4b4fcfacebc495bffadadd9fd97076 (patch)
tree51ea92864bdfbbf07039c7c0240ef6c8f7d08a8f
parent61c3085d476c5d53f4f4f3c5007d89bf4afbb099 (diff)
use BUILD_ONE_CMD for fips specific links otherwise we effectively do 'make links' twice
-rw-r--r--Makefile.fips2
1 files changed, 1 insertions, 1 deletions
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: