From 5a9bab32b9c17643736fc0f6de0462f1a18545bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Sat, 8 May 1999 10:40:01 +0000 Subject: pass $PERL on make files. --- crypto/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/Makefile.ssl') diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 38013619ab..15b1f11b4e 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -64,7 +64,7 @@ files: @for i in $(SDIRS) ;\ do \ (cd $$i; echo "making 'files' in crypto/$$i..."; \ - $(MAKE) files ); \ + $(MAKE) PERL='${PERL}' files ); \ done; links: -- cgit v1.2.3