aboutsummaryrefslogtreecommitdiffstats
path: root/rsaref/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'rsaref/Makefile.ssl')
-rw-r--r--rsaref/Makefile.ssl5
1 files changed, 2 insertions, 3 deletions
diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl
index a45b4939a6..6f0ef04ec4 100644
--- a/rsaref/Makefile.ssl
+++ b/rsaref/Makefile.ssl
@@ -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)