summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-04 15:26:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-04 15:26:26 +0000
commit1d235039d6f2da55476052154cffe8117edc4fb0 (patch)
treecfe2f1b4cceff32333f5c43d05084901274f8e03
parent58886fdefc4b4fcfacebc495bffadadd9fd97076 (diff)
For FIPS builds we don't use the normal test files (and in the restricted
tarball some don't exist) so set TEST='' to avoid linking to them. This also avoids problems on platforms that copy instead of symlink.
-rw-r--r--Makefile.fips2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 4c7add6f1d..157e901099 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -525,7 +525,7 @@ links:
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
@set -e; dir=fips target=links; $(BUILD_ONE_CMD)
- @(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links)
+ @(cd crypto ; TEST='' SDIRS='$(LINKDIRS)' $(MAKE) -e links)
gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \