Don't run "make depend" automatically.
authorBodo Möller <bodo@openssl.org>
Sun, 16 May 1999 10:55:40 +0000 (10:55 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 16 May 1999 10:55:40 +0000 (10:55 +0000)
Configure

index 948da07b9ff3fa25109bfad54ef939a25c4d55d3..b6dd6ff747c6073e976cecec98d8f50c275f05e4 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -642,7 +642,9 @@ if($IsWindows) {
        system "perl crypto/objects/obj_dat.pl <crypto/objects/objects.h >crypto/objects/obj_dat.h";
 } else {
        (system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
-       (system 'make depend') == 0 or exit $? if $depflags ne "";
+       ### (system 'make depend') == 0 or exit $? if $depflags ne "";
+       # Run "make depend" manually if you want to be able to delete
+       # the source code files of ciphers you left out.
        &dofile("tools/c_rehash",$openssldir,'^DIR=',   'DIR=%s',);
 }