From: Dr. Stephen Henson Date: Mon, 21 Feb 2011 19:30:13 +0000 (+0000) Subject: Call Makefile.fips when making a fips tarball. X-Git-Tag: OpenSSL-fips-2_0-rc1~714 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=83dfcd727b011ef16d20198f829c80b03cd9c309 Call Makefile.fips when making a fips tarball. --- diff --git a/Makefile.fips b/Makefile.fips index e81a008188..52aa542a46 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -617,7 +617,7 @@ dist: $(PERL) Configure dist fipscanisteronly @$(MAKE) dist_pem_h @$(MAKE) SDIRS='$(SDIRS)' clean - @$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' tar + @$(MAKE) -f Makefile.fips TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' tar dist_pem_h: (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)