Change the command line options of mkerr.pl so -static is now default and
[openssl.git] / crypto / conf / Makefile.ssl
index 44c0293da229ec90a3a75e03a5ffed39fd2bfa25..38113fbf1aeab4bff4c866e57aacc415be51d124 100644 (file)
@@ -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)