Removed superfluous reference to ERRC.
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
c76b0f751f
commit
eaecdc71eb
@ -32,8 +32,8 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \
|
||||
GENERAL=Makefile README
|
||||
|
||||
LIB= $(TOP)/libcrypto.a
|
||||
LIBSRC= cryptlib.c mem.c cversion.c ex_data.c tmdiff.c $(ERRC).c
|
||||
LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o $(ERRC).o
|
||||
LIBSRC= cryptlib.c mem.c cversion.c ex_data.c tmdiff.c
|
||||
LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o
|
||||
|
||||
SRC= $(LIBSRC)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user