summaryrefslogtreecommitdiff
path: root/modules/GHSWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-01-18 13:36:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-01-18 13:36:35 +0000
commiteab9ad69b8f11798302faef60441081e0a6f89e5 (patch)
tree3ca4dacefe4fa3d93b5fb79a5a17136e80b8b953 /modules/GHSWorkspaceCreator.pm
parent73660911a5de8029b697e190a2b984fe0581a8d1 (diff)
downloadMPC-eab9ad69b8f11798302faef60441081e0a6f89e5.tar.gz
ChangeLogTag: Tue Jan 18 07:34:32 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/GHSWorkspaceCreator.pm')
-rw-r--r--modules/GHSWorkspaceCreator.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/GHSWorkspaceCreator.pm b/modules/GHSWorkspaceCreator.pm
index ecb5596e..4abc8803 100644
--- a/modules/GHSWorkspaceCreator.pm
+++ b/modules/GHSWorkspaceCreator.pm
@@ -65,10 +65,11 @@ sub mix_settings {
my($crlf) = $self->crlf();
my($rh) = new FileHandle();
my($mix) = '';
+ my($outdir) = $self->get_outdir();
## Things that seem like they should be set in the project
## actually have to be set in the controlling build file.
- if (open($rh, $project)) {
+ if (open($rh, "$outdir/$project")) {
while(<$rh>) {
if (/^\s*(program|library|subproject)\s*$/) {
$mix .= "\t$1$crlf" .