summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 198e6a5a1b..3bfcf188a2 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -521,7 +521,7 @@ 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=crypto target=links; $(RECURSIVE_BUILD_CMD)
+ @(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links)
gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \