summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-22 12:34:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-22 12:34:46 +0000
commit3e446ba347da311d58842f4488cf24ee4d0d95bf (patch)
treed945c1fb1f69c029ecb425cd773966792bdf1a11 /Makefile.fips
parent147e6f446572345850a170c64d64bfd9de8f8380 (diff)
Make "make links" work in fipscanisteronly builds.
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 52aa542a46..245b5922dd 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)..." && \