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