diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-22 02:30:47 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-22 02:30:47 +0000 |
commit | a3f6ce8f436565c17ec8bfd7039cb6d886cfb995 (patch) | |
tree | b418446e3384037a030ce882b92aec9184e3e9e4 /TAO/Makefile | |
parent | a799d5b59c274ec5028953fb17fdb221fecbcb63 (diff) | |
download | ATCD-a3f6ce8f436565c17ec8bfd7039cb6d886cfb995.tar.gz |
Corrected syntax error in release target.
Diffstat (limited to 'TAO/Makefile')
-rw-r--r-- | TAO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/Makefile b/TAO/Makefile index 85a7a316ec1..ddf7021ff24 100644 --- a/TAO/Makefile +++ b/TAO/Makefile @@ -79,7 +79,7 @@ ifeq ($(shell pwd),/project/adaptive/ACE_wrappers/TAO) if [ -z "$$CHANGELOG" ]; then echo unable to find latest ChangeLog file; exit 1; fi; \ cd ..; UPTODATE=`cvs -nq update $(RELEASE_FILES) | egrep -v '/tests/log/' | perl -pi -e 's%/TAO%%g; s/$$/\\\n /g'`; cd TAO; \ if [ "$$UPTODATE" ]; then /pkg/gnu/bin/echo -e ERROR: workspace must be updated, and/or non-controlled files must be removed or added/committed: $$UPTODATE; exit 1; fi; \ - perl $TAO_ROOT/release.pl) && + perl $(TAO_ROOT)/release.pl) && else TIMESTAMP = endif |