mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:19:59 -04:00
Makefile.in -> MAKE, not SH
This commit is contained in:
parent
0ed6a92981
commit
c32b87bc54
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue