summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-18 18:26:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-18 18:26:10 +0000
commit2ec3ebe16cafeefc9d2b43bac8cee475c3cf0a03 (patch)
treea5c4028b3e341304ad98e0c8e7a2c5d733e6a40a /Makefile
parent0da7aac3f33d236cf116ae7071daf1bd06016f87 (diff)
downloadATCD-2ec3ebe16cafeefc9d2b43bac8cee475c3cf0a03.tar.gz
(release): oops, removed "echo" that was used to disable CVS commit, for testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acfbefe1283..a088cc22710 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ ifeq ($(shell pwd),/project/adaptive/ACE_wrappers)
"\"$${major}.$${minor}.$${beta}\\0\"\n";' > \
ace/Version.h; \
chmod 644 VERSION $$CHANGELOG ace/Version.h; \
- echo cvs commit -m"$$ACE_VERSION" VERSION $$CHANGELOG ace/Version.h) &&
+ cvs commit -m"$$ACE_VERSION" VERSION $$CHANGELOG ace/Version.h) &&
else
TIMESTAMP =
endif