aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/Makefile.ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-24 17:28:43 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-24 17:28:43 +0000
commit73934800474e5b333af2bff0a8f79f13405fb500 (patch)
tree11883a1b42ba53c8192b5d5d809926f0f9c4f0a8 /crypto/x509/Makefile.ssl
parent50cfd175c9441533e16297652376ad1b870fb29b (diff)
downloadopenssl-73934800474e5b333af2bff0a8f79f13405fb500.zip
openssl-73934800474e5b333af2bff0a8f79f13405fb500.tar.gz
openssl-73934800474e5b333af2bff0a8f79f13405fb500.tar.bz2
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 :-)
Diffstat (limited to 'crypto/x509/Makefile.ssl')
-rw-r--r--crypto/x509/Makefile.ssl5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/x509/Makefile.ssl b/crypto/x509/Makefile.ssl
index ba80961..c724a74 100644
--- a/crypto/x509/Makefile.ssl
+++ b/crypto/x509/Makefile.ssl
@@ -15,7 +15,6 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
-ERRC=x509_err
GENERAL=Makefile README
TEST=
APPS=
@@ -23,13 +22,13 @@ APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \
x509_obj.c x509_req.c x509_vfy.c \
- x509_set.c x509rset.c $(ERRC).c \
+ x509_set.c x509rset.c x509_err.c \
x509name.c x509_v3.c x509_ext.c \
x509type.c x509_lu.c x_all.c x509_txt.c \
by_file.c by_dir.c
LIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \
x509_obj.o x509_req.o x509_vfy.o \
- x509_set.o x509rset.o $(ERRC).o \
+ x509_set.o x509rset.o x509_err.o \
x509name.o x509_v3.o x509_ext.o \
x509type.o x509_lu.o x_all.o x509_txt.o \
by_file.o by_dir.o