summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-16 10:55:40 +0000
committerBodo Möller <bodo@openssl.org>1999-05-16 10:55:40 +0000
commit84d148778eab217cc5eab1c02012a7e0e58553ea (patch)
tree9acdfd4041f7a24d6e8a711db7f4df1587556c13 /Configure
parent84fa704c6f96eb22e827caadf337a590dce30adb (diff)
Don't run "make depend" automatically.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Configure b/Configure
index 948da07b9f..b6dd6ff747 100755
--- 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',);
}