Make sure that flags are passed to "make" subprocesses.
authorLutz Jänicke <jaenicke@openssl.org>
Mon, 10 Jun 2002 08:10:32 +0000 (08:10 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Mon, 10 Jun 2002 08:10:32 +0000 (08:10 +0000)
Makefile.org

index e96b39869951cb97c2b95fb722307e3c1280ffef..47c0113019e0f83d308e64df830273b7c0875e67 100644 (file)
@@ -665,7 +665,7 @@ dist:
        $(PERL) Configure dist
        @$(MAKE) dist_pem_h
        @$(MAKE) SDIRS='${SDIRS}' clean
-       @$(MAKE) tar
+       @$(MAKE) TAR='${TAR}' TARFLAGS='${TARFLAGS}' tar
 
 dist_pem_h:
        (cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)