projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d7b414
)
Do not forget to compile comp_err.c
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Dec 2001 22:15:42 +0000
(22:15 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Dec 2001 22:15:42 +0000
(22:15 +0000)
crypto/comp/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/comp/Makefile.ssl
b/crypto/comp/Makefile.ssl
index ba705c2a1c3c30db899a3d41e41d8937865a3539..61457638602cd89337c05334d8f121fe84a96727 100644
(file)
--- a/
crypto/comp/Makefile.ssl
+++ b/
crypto/comp/Makefile.ssl
@@
-22,10
+22,10
@@
TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC= comp_lib.c \
+LIBSRC= comp_lib.c
comp_err.c
\
c_rle.c c_zlib.c
-LIBOBJ= comp_lib.o \
+LIBOBJ= comp_lib.o
comp_err.o
\
c_rle.o c_zlib.o
SRC= $(LIBSRC)