*** empty log message ***
authorDr. Stephen Henson <steve@openssl.org>
Mon, 21 Feb 2011 18:14:59 +0000 (18:14 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 21 Feb 2011 18:14:59 +0000 (18:14 +0000)
Makefile.fips

index 4654383a2d2fc4fa0ab3821d24a6da3631d67851..e81a0081888e5a4840d9ea38ccfafce2988a66be 100644 (file)
@@ -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 \