summaryrefslogtreecommitdiff
path: root/modules/MakeWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-03-22 19:34:17 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-03-22 19:34:17 +0000
commitb7c14852dd0461b068b3ac024c0efede17ec90b5 (patch)
tree228893a3bf27dbccf8da6a1d2871c913800e3826 /modules/MakeWorkspaceCreator.pm
parent6c4668f914e04b91a63a25a10bfa5eeeb08f4bda (diff)
downloadMPC-b7c14852dd0461b068b3ac024c0efede17ec90b5.tar.gz
ChangeLogTag: Mon Apr 5 10:43:03 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/MakeWorkspaceCreator.pm')
-rw-r--r--modules/MakeWorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/MakeWorkspaceCreator.pm b/modules/MakeWorkspaceCreator.pm
index d835444c..876f65a2 100644
--- a/modules/MakeWorkspaceCreator.pm
+++ b/modules/MakeWorkspaceCreator.pm
@@ -23,7 +23,7 @@ use vars qw(@ISA);
# Data Section
# ************************************************************
-my(@targets) = ('clean', 'depend', 'realclean');
+my(@targets) = ('clean', 'depend', 'generated', 'realclean');
# ************************************************************
# Subroutine Section