aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
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/conf
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/conf')
-rw-r--r--crypto/conf/Makefile.ssl5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl
index 44c0293..38113fb 100644
--- a/crypto/conf/Makefile.ssl
+++ b/crypto/conf/Makefile.ssl
@@ -15,15 +15,14 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
-ERRC=conf_err
GENERAL=Makefile
TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC= conf.c $(ERRC).c
+LIBSRC= conf.c conf_err.c
-LIBOBJ= conf.o $(ERRC).o
+LIBOBJ= conf.o conf_err.o
SRC= $(LIBSRC)