Call Makefile.fips when making a fips tarball.

This commit is contained in:
Dr. Stephen Henson 2011-02-21 19:30:13 +00:00
parent 4e712c48ab
commit 83dfcd727b

View File

@ -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)