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