summaryrefslogtreecommitdiff
path: root/TAO/Makefile
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-22 02:42:49 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-22 02:42:49 +0000
commit427bf9d738d9e9133cdf74860e0e0a075d0b2e3b (patch)
treea47edf917bf419c4e3a43adaa548f2c64509a224 /TAO/Makefile
parent550d1c3ae6dbdc7777887634cbdf465ab91b0fc2 (diff)
downloadATCD-427bf9d738d9e9133cdf74860e0e0a075d0b2e3b.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/Makefile')
-rw-r--r--TAO/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/Makefile b/TAO/Makefile
index ddf7021ff24..3097eb12799 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 release.pl) &&
else
TIMESTAMP =
endif