summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-10 08:10:32 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-10 08:10:32 +0000
commit870d3d55950a968f418051cfd5e0300dd0c47913 (patch)
tree3f735c677c62dc5b8dc8eba0d20be20777909636 /Makefile.org
parentc6c0e4cb3295b9964a4b2a5a5048d46eed765dce (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 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)