diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index e4a0c221e..4e43a99dc 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -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)