summaryrefslogtreecommitdiff
path: root/bin/fuzz.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fuzz.pl')
-rwxr-xr-xbin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fuzz.pl b/bin/fuzz.pl
index e2c22539d8e..14ef83739d2 100755
--- a/bin/fuzz.pl
+++ b/bin/fuzz.pl
@@ -113,7 +113,7 @@ sub store_file ($)
elsif ($name =~ /ChangeLog/i && -f $name) {
push @files_changelog, ($name);
}
- elsif ($name =~ /Makefile/i) {
+ elsif ($name =~ /\/Makefile.*.[^~]$/) {
push @files_makefile, ($name);
}
elsif ($name =~ /\.(mpc|mwc|mpb|mpt)/i) {