aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-13 06:58:57 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-13 06:58:57 +0000
commit1e6c9fc26f33a58bab5b2cba90841109534de982 (patch)
tree845346a6f740547b53c2864a02168d25702db77e /crypto/asn1/Makefile.ssl
parent3d4bb90138b0586f88f44a67b7ea3b7ab4a88081 (diff)
downloadopenssl-1e6c9fc26f33a58bab5b2cba90841109534de982.tar.gz
Merge of the 0.9.6-stable branch (continued after network interrupt).
Diffstat (limited to 'crypto/asn1/Makefile.ssl')
-rw-r--r--crypto/asn1/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/asn1/Makefile.ssl b/crypto/asn1/Makefile.ssl
index eae97f321d..269af44593 100644
--- a/crypto/asn1/Makefile.ssl
+++ b/crypto/asn1/Makefile.ssl
@@ -75,7 +75,8 @@ all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- $(RANLIB) $(LIB)
+ @echo You may get an error following this line. Please ignore.
+ - $(RANLIB) $(LIB)
@touch lib
files: