From: Ralf S. Engelschall Date: Sat, 20 Mar 1999 13:17:22 +0000 (+0000) Subject: Remove confusing hint to non-existing file. Instead make it clear that one X-Git-Tag: OpenSSL_0_9_2b~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f4f2fe40e80f5971a091a1711ed0b6ee584ff44b;p=oweals%2Fopenssl.git Remove confusing hint to non-existing file. Instead make it clear that one shouldn't change it manually just here. The util/ssldir.pl script does more and has to be used for this. Pointed out by Jacques Supcik . --- diff --git a/Makefile.org b/Makefile.org index ecc4bf548a..04009e4d03 100644 --- a/Makefile.org +++ b/Makefile.org @@ -159,8 +159,7 @@ SDIRS= \ buffer bio stack lhash rand err objects \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 comp -# If you change the INSTALLTOP, make sure to also change the values -# in crypto/location.h +# Do not edit this manually. Use util/ssldir.pl do change this! INSTALLTOP=/usr/local/ssl MAKEFILE= Makefile.ssl