summaryrefslogtreecommitdiff
path: root/modules/MakeWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-07-07 17:32:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-07-07 17:32:14 +0000
commit1f3787bd06fcfdbda05381f938cdf2862367d795 (patch)
tree64a0b5f748499432ae2933d66a291f704151fe21 /modules/MakeWorkspaceCreator.pm
parent596a7bc31ba0c33c8bbcb18a403fc179759ab8ca (diff)
downloadMPC-1f3787bd06fcfdbda05381f938cdf2862367d795.tar.gz
ChangeLogTag: Mon Jul 7 12:31:40 2003 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 99675f87..42bd851b 100644
--- a/modules/MakeWorkspaceCreator.pm
+++ b/modules/MakeWorkspaceCreator.pm
@@ -69,7 +69,7 @@ sub write_comps {
## Print out the projet Makefile
print $fh $crlf .
- "all clean realclean:$crlf";
+ "all clean depend realclean:$crlf";
## If there is more than one project, use a for loop
if ($#list > 0) {