summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 19:30:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 19:30:13 +0000
commit83dfcd727b011ef16d20198f829c80b03cd9c309 (patch)
treebf58009f12d72159d880ad52145d5540e24faa06 /Makefile.fips
parent4e712c48abaf8e4f1925d52b69caec2a15e01d4d (diff)
Call Makefile.fips when making a fips tarball.
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips2
1 files changed, 1 insertions, 1 deletions
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)