summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-08-07 18:56:27 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-08-07 18:56:27 +0000
commit0b57d1dbde67caae32f7c86385ef6b8d8201b78c (patch)
treed61d8d54dbc224211821787e5bb3040faf1b379e /bin
parentc4999b0ddcb3c22c7069fdb81000bba7f037c1bf (diff)
downloadATCD-0b57d1dbde67caae32f7c86385ef6b8d8201b78c.tar.gz
*** empty log message ***
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g++dep2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g++dep b/bin/g++dep
index a20e417d6bd..93686a09fe3 100755
--- a/bin/g++dep
+++ b/bin/g++dep
@@ -29,7 +29,7 @@ case $1 in
shift ;;
# -r allows the use of relative pathnames...
-r)
- REL="-e s;$ACE_ROOT;\$(ACE_ROOT);g"
+ REL="-e s;$TAO_ROOT;\$(TAO_ROOT);g -e s;$ACE_ROOT;\$(ACE_ROOT);g "
shift ;;
esac