2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Makefile.in -> MAKE, not SH

This commit is contained in:
Michael Graff
1999-09-15 23:20:27 +00:00
parent 0ed6a92981
commit c32b87bc54

View File

@@ -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 {