mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Makefile.in -> MAKE, not SH
This commit is contained in:
@@ -37,7 +37,7 @@ while (<FILES>) {
|
|||||||
if ($_ =~ /\.[chy]$/) {
|
if ($_ =~ /\.[chy]$/) {
|
||||||
$file_types{$_} = "C";
|
$file_types{$_} = "C";
|
||||||
} elsif ($_ =~ /\/Makefile\.in$/) {
|
} elsif ($_ =~ /\/Makefile\.in$/) {
|
||||||
$file_types{$_} = "SH";
|
$file_types{$_} = "MAKE";
|
||||||
} elsif ($_ =~ /\/\.cvsignore$/) {
|
} elsif ($_ =~ /\/\.cvsignore$/) {
|
||||||
$file_types{$_} = "X";
|
$file_types{$_} = "X";
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user