From: Richard Levitte Date: Fri, 10 Jan 2003 11:00:50 +0000 (+0000) Subject: It's recommended to do 'make clean' after having prepared a new build tree. X-Git-Tag: OpenSSL_0_9_7a~86^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a0cd3ca62b54762070551afea0b7ad1f6c03ebf2;p=oweals%2Fopenssl.git It's recommended to do 'make clean' after having prepared a new build tree. PR: 437 --- diff --git a/INSTALL b/INSTALL index d0c7b02f53..dc84a6841f 100644 --- a/INSTALL +++ b/INSTALL @@ -323,6 +323,7 @@ mkdir -p `dirname $F` ln -s $OPENSSL_SOURCE/$F $F done + make -f Makefile.org clean OPENSSL_SOURCE is an environment variable that contains the absolute (this is important!) path to the OpenSSL source tree.