aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-05 11:50:18 +0000
committerBodo Möller <bodo@openssl.org>1999-08-05 11:50:18 +0000
commit48c843c3672c49724b3ccb11204b7ae67b17c9cb (patch)
tree03ca1f8cbf340b0ca140c09d8dc28526f7b62fd8 /Makefile.org
parent90f14e251e2e9836a33bc7ac752abea48e3439af (diff)
downloadopenssl-48c843c3672c49724b3ccb11204b7ae67b17c9cb.tar.gz
New function DSA_dup_DH, and fixes for bugs that were found
while implementing and using it.
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 ec50e75c3a..952b88a360 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -180,7 +180,7 @@ all: Makefile.ssl
(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
+ # cd perl; $(PERL) Makefile.PL; make
sub_all:
@for i in $(DIRS) ;\