From 64e3974013161bf3275a06f395dae2abef5c47fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Mon, 10 Jun 2002 08:12:12 +0000 Subject: [PATCH] Make sure that flags are passed to "make" subprocesses. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1