summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 18:14:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 18:14:59 +0000
commitbfba6e05b8abfa60794f58761136f2b875633f0b (patch)
tree57378138b7713d78cb40372e33c82e7e9c01efe7 /Makefile.fips
parentf18c19f5e8b36707ca4aa7cd418f6526d7bfc7c5 (diff)
*** empty log message ***
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 4654383a2d..e81a008188 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -156,7 +156,7 @@ LINKDIRS= \
objects sha hmac des aes modes \
bn ec rsa dsa ecdsa dh ecdh engine \
buffer bio stack lhash rand err \
- evp asn1 pem ocsp ui cmac
+ evp asn1 ui cmac
# tests to perform. "alltests" is a special word indicating that all tests
# should be performed.
@@ -596,7 +596,7 @@ tar:
find . -type d -print | xargs chmod 755
find . -type f -print | xargs chmod a+r
find . -type f -perm -0100 -print | xargs chmod a+x
- find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | $(BUILDENV) $(PERL) util/fipsdist.pl | sort > ../$(TARFILE).list; \
+ find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | $(BUILDENV) LINKDIRS='$(LINKDIRS)' $(PERL) util/fipsdist.pl | sort > ../$(TARFILE).list; \
$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \