summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-10 08:12:12 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-10 08:12:12 +0000
commit64e3974013161bf3275a06f395dae2abef5c47fe (patch)
treeb170aec99a0b124948a558b6b1c5ed57d07317ae /Makefile.org
parentc6f0c60427472723b28b17240a28a318f71c1e6d (diff)
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 a1b49cfd1e..7ef2c78c88 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -614,7 +614,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)