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:
ef5f6a0
)
Do not forget to compile comp_err.c
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Dec 2001 22:12:10 +0000
(22:12 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Dec 2001 22:12:10 +0000
(22:12 +0000)
crypto/comp/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/comp/Makefile.ssl
b/crypto/comp/Makefile.ssl
index 22a03a63c2083d20f214940bcc5c1e57def103c8..af401c78ed232768bd62123171498c7575ed0355 100644
(file)
--- a/
crypto/comp/Makefile.ssl
+++ b/
crypto/comp/Makefile.ssl
@@
-23,10
+23,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)