Change the command line options of mkerr.pl so -static is now default and
[openssl.git] / crypto / rsa / Makefile.ssl
index 72dcdc9ebf3c410cb97449e8f6adc5cd65d016fb..9487b6f514b75887145018d3b9b7503fa4d3db22 100644 (file)
@@ -15,15 +15,14 @@ AR=         ar r
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-ERRC=rsa_err
 GENERAL=Makefile
 TEST=rsa_oaep_test.c
 APPS=
 
 LIB=$(TOP)/libcrypto.a
 GENERAL=Makefile
 TEST=rsa_oaep_test.c
 APPS=
 
 LIB=$(TOP)/libcrypto.a
-LIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c $(ERRC).c \
+LIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
        rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c
        rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c
-LIBOBJ= rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o $(ERRC).o \
+LIBOBJ= rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o \
        rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o
 
 SRC= $(LIBSRC)
        rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o
 
 SRC= $(LIBSRC)