summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-29 14:25:09 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-29 14:25:09 +0000
commit48a2fe7219816d8802411b847f002b8e1668a8b3 (patch)
tree5f795eb8c216fce092039fa6e91ad38af5f49606 /bin
parentc898253681ebf758c6a3696f2b4c305a938f1cab (diff)
downloadATCD-48a2fe7219816d8802411b847f002b8e1668a8b3.tar.gz
ChangeLogTag: Tue Apr 29 09:24:07 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/modules/ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/modules/ProjectCreator.pm b/bin/MakeProjectCreator/modules/ProjectCreator.pm
index f68552ea131..4370875ecb3 100644
--- a/bin/MakeProjectCreator/modules/ProjectCreator.pm
+++ b/bin/MakeProjectCreator/modules/ProjectCreator.pm
@@ -771,7 +771,7 @@ sub generate_default_target_names {
## If we still don't have a project type, then we will
## default to a library
if (!$self->exe_target()) {
- my($base) = $self->base_directory();
+ my($base) = $self->get_assignment('project_name');
$self->process_assignment('sharedname', $base);
$self->process_assignment('staticname', $base);
}