Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for example)
[openssl.git] / Configure
index dc372a20428e18c09203fe714c1d98b3567c6777..335d9b576ed4f7e643374e36798231eb0c51e240 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -879,7 +879,7 @@ while (<IN>)
        if ($sdirs) {
                my $dir;
                foreach $dir (@skip) {
-                       s/$dir//;
+                       s/ $dir / /;
                        }
                }
        $sdirs = 0 unless /\\$/;