Did not check the last SDIR line for excluded algorithms.

This commit is contained in:
Ulf Möller 1999-07-16 00:49:51 +00:00
parent cfa3747ba9
commit f6f0420dfe

View file

@ -509,13 +509,13 @@ while (<IN>)
{
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/;