summaryrefslogtreecommitdiff
path: root/make/calcdep.pl
diff options
context:
space:
mode:
Diffstat (limited to 'make/calcdep.pl')
-rwxr-xr-xmake/calcdep.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/calcdep.pl b/make/calcdep.pl
index 5dc0f6878..279fdffce 100755
--- a/make/calcdep.pl
+++ b/make/calcdep.pl
@@ -112,7 +112,7 @@ END
}
}
}
-
+
my $core_mk = join ' ', @core_deps;
my $mods = join ' ', @modlist;
print MAKE <<END;