Initialize SRCOUT3 as it may be used unitilizard for certains types of locales

This commit is contained in:
Baptiste Daroussin 2015-12-19 12:28:22 +00:00
parent 4149149e1e
commit 6fdb196500
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292467

View File

@ -796,7 +796,7 @@ sub make_makefile {
print "Creating Makefile for $TYPE\n";
my $SRCOUT;
my $SRCOUT2;
my $SRCOUT3;
my $SRCOUT3 = "";
my $MAPLOC;
if ($TYPE eq "colldef") {
$SRCOUT = "localedef -D -U -i \${.IMPSRC} \\\n" .