aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-07-22 16:10:31 +0000
committerUlf Möller <ulf@openssl.org>1999-07-22 16:10:31 +0000
commit49b8142262247dcf6e0308e26cdb2d7f1bbafcb8 (patch)
tree8144e1c2ba653eecc652b94776783c6ee59db756 /Makefile.org
parentf0e8ae723cf8f86a91bdc5be8a6a5b956309729f (diff)
downloadopenssl-49b8142262247dcf6e0308e26cdb2d7f1bbafcb8.tar.gz
Make the perl module compile and eliminate some of the warnings.
Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
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 d53dbe6076..ec50e75c3a 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -180,6 +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
sub_all:
@for i in $(DIRS) ;\
@@ -207,8 +208,7 @@ linux-shared:
Makefile.ssl: Makefile.org
@echo "Makefile.ssl is older than Makefile.org."
- @echo "Reconfigure the source tree (via 'perl Configure' or 'sh config')"
- @echo "and update the error lists (via 'make errors'), please."
+ @echo "Reconfigure the source tree (via './config' or 'perl Configure'), please."
@false
libclean: