summaryrefslogtreecommitdiff
path: root/bin/auto_compile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-26 17:36:40 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-26 17:36:40 +0000
commit218eacd1429de7431590743a3b670817c2ad2303 (patch)
tree57d65562bff4f9eb324c88f009de57014ad0277d /bin/auto_compile
parentb9aedc66cd5fc4febd960c641389a570765f99b8 (diff)
downloadATCD-218eacd1429de7431590743a3b670817c2ad2303.tar.gz
ChangeLogTag:Mon Jan 26 11:35:54 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin/auto_compile')
-rwxr-xr-xbin/auto_compile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/auto_compile b/bin/auto_compile
index 2133093b127..0b402bc7a49 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -149,6 +149,7 @@ chdir('build/' . $BUILD)
# This is needed for real make run....
$ENV{'ACE_ROOT'} = $CHECKOUT . '/' . $MODULE . '/build/' . $BUILD;
+$ENV{'TAO_ROOT'} = $CHECKOUT . '/' . $MODULE . '/build/' . $BUILD . '/TAO';
foreach $i (@BUILD_LIST) {
$date = localtime;