summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mac/macfile_gen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac/macfile_gen.pl b/src/mac/macfile_gen.pl
index 594aca3c1..6bddb2387 100644
--- a/src/mac/macfile_gen.pl
+++ b/src/mac/macfile_gen.pl
@@ -46,7 +46,7 @@ if ($action ne "all-files") {
} else {
@sourceList = &make_macfile_maclist (&make_macfile_list ());
- foreach (@sourcelist) {
+ foreach (@sourceList) {
$_ =~ s/^:/$prefix/;
}
# @sourceList = map { $prefix . $_;} @sourceList;