aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-08 19:34:14 +0000
committerBodo Möller <bodo@openssl.org>2001-03-08 19:34:14 +0000
commitb28ec124204a59a866af72f807ef96487f0862e1 (patch)
tree36943692a30c77441e263917aa7dbfb4169d92b6 /Configure
parentbb62a8b0c57c88ec189389f07250dee9c87d0681 (diff)
downloadopenssl-b28ec124204a59a866af72f807ef96487f0862e1.tar.gz
Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for example)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index dc372a2042..335d9b576e 100755
--- a/Configure
+++ b/Configure
@@ -879,7 +879,7 @@ while (<IN>)
if ($sdirs) {
my $dir;
foreach $dir (@skip) {
- s/$dir//;
+ s/ $dir / /;
}
}
$sdirs = 0 unless /\\$/;