summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1998-01-22 02:30:47 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1998-01-22 02:30:47 +0000
commit39b44d5837fef3c7c3bff4465f4a7ff8dca8c9f4 (patch)
treeb418446e3384037a030ce882b92aec9184e3e9e4
parentfb7a35bd5dea1f6a0ec3aa1004fcf66819d6e66a (diff)
downloadATCD-39b44d5837fef3c7c3bff4465f4a7ff8dca8c9f4.tar.gz
Corrected syntax error in release target.
-rw-r--r--TAO/Makefile2
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