aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-08-08 10:29:52 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-08-08 10:29:52 +0000
commit246528ae560366be264bf45c8f98636546b91163 (patch)
tree8df11c377188fd27ec66055a13d4276ea24827fa /Makefile.org
parent670fc9d2f0dcf682098a0e01ae7bd1f6c967a246 (diff)
downloadopenssl-246528ae560366be264bf45c8f98636546b91163.tar.gz
Remove the perl stuff also optically from the build procedure,
because it could confuse people (which then send us bug reports)...
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files 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) ;\