From 246528ae560366be264bf45c8f98636546b91163 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 8 Aug 1999 10:29:52 +0000 Subject: [PATCH] Remove the perl stuff also optically from the build procedure, because it could confuse people (which then send us bug reports)... --- Makefile.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.org b/Makefile.org index 952b88a360..2def579c26 100644 --- a/Makefile.org +++ b/Makefile.org @@ -179,8 +179,8 @@ all: Makefile.ssl do \ (cd $$i && echo "making all in $$i..." && \ $(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' SDIRS='${SDIRS}' AR='${AR}' PROCESSOR='${PROCESSOR}' PERL='${PERL}' RANLIB='${RANLIB}' all ) || exit 1; \ - done; - # cd perl; $(PERL) Makefile.PL; make + done + -@# cd perl; $(PERL) Makefile.PL; make sub_all: @for i in $(DIRS) ;\ -- 2.40.0