aboutsummaryrefslogtreecommitdiff
path: root/Makefile.fips
diff options
context:
space:
mode:
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 52aa542..245b592 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)
- $(MAKE) -C fips links
- SDIRS='$(LINKDIRS)' $(MAKE) -C crypto links
+ $(BUILDENV) $(MAKE) -C fips links
+ $(BUILDENV) SDIRS='$(LINKDIRS)' $(MAKE) -C crypto links
gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \