Change the command line options of mkerr.pl so -static is now default and
[openssl.git] / crypto / buffer / Makefile.ssl
index e93e17bb7cb18241161c674f9a9f9e167872eaa2..6580766a705cacb708a0275432b0691dcb622144 100644 (file)
@@ -15,14 +15,13 @@ AR=         ar r
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-ERRC=buf_err
 GENERAL=Makefile
 TEST=
 APPS=
 
 LIB=$(TOP)/libcrypto.a
-LIBSRC= buffer.c $(ERRC).c
-LIBOBJ= buffer.o $(ERRC).o
+LIBSRC= buffer.c buf_err.c
+LIBOBJ= buffer.o buf_err.o
 
 SRC= $(LIBSRC)