diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-02 19:52:18 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-02 19:52:18 +0000 |
commit | 1381e257856ab3b8070f7683cc38110f4b41754c (patch) | |
tree | 74135497e2fa144b2254e708b5644d152213c4d3 /bin/g++dep | |
parent | ec84418862eefb2f1a3f3f3db506e8f995452cd4 (diff) | |
download | ATCD-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-x | bin/g++dep | 2 |
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\"" |