summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-23 16:06:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-23 16:06:07 +0000
commit199e92bb57e41b379becd45eaa7933b4fd173a60 (patch)
tree90ee4e7a59406db96d515a1c077974e5b53de4c5 /Makefile.fips
parent30ff3278aeef72ec3a9d20bef260febf850b2e58 (diff)
Use more portable options when making links in Makefile.fips
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 245b5922dd..8a26206e5c 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -522,8 +522,8 @@ files:
links:
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
- $(BUILDENV) $(MAKE) -C fips links
- $(BUILDENV) SDIRS='$(LINKDIRS)' $(MAKE) -C crypto links
+ @set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD)
+ @set -e; dir=crypto target=links; $(RECURSIVE_BUILD_CMD)
gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \