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