summaryrefslogtreecommitdiff
path: root/Makefile.fips
diff options
context:
space:
mode:
authorsteve <steve>2011-05-04 18:33:42 +0000
committersteve <steve>2011-05-04 18:33:42 +0000
commite9c23dbcbed6a2e7d3a53a2e9561e7dcdd862fa8 (patch)
tree8c57bf609a5ad76f41cc8254ef9f883ebc098cd0 /Makefile.fips
parente369c5345553886443f4931ddd98020d348e1159 (diff)
downloadopenssl-e9c23dbcbed6a2e7d3a53a2e9561e7dcdd862fa8.tar.gz
Remove debugging print.
Explicitly use LINKDIRS for fipsdist links.
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 198e6a5a1..3bfcf188a 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)..." && \