From 73934800474e5b333af2bff0a8f79f13405fb500 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 24 Apr 1999 17:28:43 +0000 Subject: Change the command line options of mkerr.pl so -static is now default and a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-) --- crypto/dh/Makefile.ssl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crypto/dh') diff --git a/crypto/dh/Makefile.ssl b/crypto/dh/Makefile.ssl index f0229e4740..1dfdd01543 100644 --- a/crypto/dh/Makefile.ssl +++ b/crypto/dh/Makefile.ssl @@ -15,14 +15,13 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) -ERRC=dh_err GENERAL=Makefile TEST= dhtest.c APPS= LIB=$(TOP)/libcrypto.a -LIBSRC= dh_gen.c dh_key.c dh_lib.c dh_check.c $(ERRC).c -LIBOBJ= dh_gen.o dh_key.o dh_lib.o dh_check.o $(ERRC).o +LIBSRC= dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c +LIBOBJ= dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o SRC= $(LIBSRC) -- cgit v1.2.3