summaryrefslogtreecommitdiff
path: root/bin/g++dep
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-02 19:52:18 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-02 19:52:18 +0000
commit1381e257856ab3b8070f7683cc38110f4b41754c (patch)
tree74135497e2fa144b2254e708b5644d152213c4d3 /bin/g++dep
parentec84418862eefb2f1a3f3f3db506e8f995452cd4 (diff)
downloadATCD-1381e257856ab3b8070f7683cc38110f4b41754c.tar.gz
ChangeLogTag:Tue May 2 12:48:00 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'bin/g++dep')
-rwxr-xr-xbin/g++dep2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g++dep b/bin/g++dep
index 3acbfb15929..24bd2190f42 100755
--- a/bin/g++dep
+++ b/bin/g++dep
@@ -54,7 +54,7 @@ done
# Dependencies on local files are better expressed like that, instead
# of using $(TAO_ROOT) or $(ACE_ROOT). This is specially important
# for IDL generated files.
-REL="-e s;$PWD/;;g "$REL
+REL="-e s;`pwd`/;;g "$REL
if [ ! -w $MAKE ]; then
echo "g++dep: no writeable file \"$MAKE\""