summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-10 10:10:32 +0200
committerLutz Jänicke <jaenicke@openssl.org>2002-06-10 10:10:32 +0200
commit870d3d55950a968f418051cfd5e0300dd0c47913 (patch)
tree3f735c677c62dc5b8dc8eba0d20be20777909636 /Makefile.org
parentfix memory leak (diff)
downloadopenssl-870d3d55950a968f418051cfd5e0300dd0c47913.tar.xz
openssl-870d3d55950a968f418051cfd5e0300dd0c47913.zip
Make sure that flags are passed to "make" subprocesses.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index e96b398699..47c0113019 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -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)