summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl15
1 files changed, 0 insertions, 15 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 46674409f5..dbb195027f 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -141,21 +141,6 @@ dclean:
$(MAKE) CC='$(CC)' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' dclean ); \
done;
-errors: errgen $(ERRC).c
-
-$(ERRC).c: $(ERR).err
- $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
- $(PERL) err/err_genc.pl -s $(ERR).h $(ERRC).c
-
-errgen:
- $(PERL) ./err/err_code.pl -conf err/ssleay.ec *.c */*.c ../ssl/*.c ../rsaref/*.c
- @for i in $(SDIRS) ;\
- do \
- (cd $$i; echo "making errors in crypto/$$i..."; \
- $(MAKE) errors ); \
- done;
-
-
# DO NOT DELETE THIS LINE -- make depend depends on it.
cpt_err.o: ../include/openssl/crypto.h ../include/openssl/err.h