summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-10 11:00:50 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-10 11:00:50 +0000
commita0cd3ca62b54762070551afea0b7ad1f6c03ebf2 (patch)
treed2c3c88979900ddd2b14f67c69e03a145ae13dc5 /INSTALL
parent4a9476dd8d107452dd661fba293eda059dae9ebc (diff)
It's recommended to do 'make clean' after having prepared a new build tree.
PR: 437
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
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.