summaryrefslogtreecommitdiff
path: root/modules/MakeWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-12-16 02:48:17 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-12-16 02:48:17 +0000
commit1de2635c77675f2e49ab01b6127e99781e949a46 (patch)
tree21f89cfaef968a51ddb2303e420b482ff9b4f484 /modules/MakeWorkspaceCreator.pm
parent4e5625316c3d819adeaf82b0c32d949496048fda (diff)
downloadMPC-1de2635c77675f2e49ab01b6127e99781e949a46.tar.gz
ChangeLogTag: Tue Dec 16 02:54:55 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/MakeWorkspaceCreator.pm')
-rw-r--r--modules/MakeWorkspaceCreator.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/MakeWorkspaceCreator.pm b/modules/MakeWorkspaceCreator.pm
index c8d6e3f2..bbef8d27 100644
--- a/modules/MakeWorkspaceCreator.pm
+++ b/modules/MakeWorkspaceCreator.pm
@@ -60,6 +60,7 @@ sub write_comps {
## Send all the information to our base class method
$self->write_named_targets($fh, $self->crlf(), \%targnum, \@list,
+ ($self->get_language() ? 'bundle ' : '') .
$targets, '', 'generated ',
$self->project_target_translation(1), 1);
}