X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=b823037c335e8fd76eb9562250742ca312cb5d58;hp=d88ae2397780046111c2d9a68bab3bd57be70d51;hb=f6f0420dfe612c5668831d273fe32e0e144838d4;hpb=cfa3747ba95ed154caedf99f847082c72f867a27 diff --git a/Configure b/Configure index d88ae23977..b823037c33 100755 --- a/Configure +++ b/Configure @@ -509,13 +509,13 @@ while () { chop; $sdirs = 1 if /^SDIRS=/; - $sdirs = 0 unless /\\$/; if ($sdirs) { my $dir; foreach $dir (@skip) { s/$dir//; } } + $sdirs = 0 unless /\\$/; s/^VERSION=.*/VERSION=$version/; s/^MAJOR=.*/MAJOR=$major/; s/^MINOR=.*/MINOR=$minor/;