summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-20 12:49:41 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-20 12:49:41 +0000
commit9f6fd73b661c354751bd848b69ba908f79a3f692 (patch)
tree43c3c39d0a5d9d69d3fe16c8167628f4f1d9e37f /Makefile
parentaa64798b3350549243104178fc60dba5bb8cf4a8 (diff)
downloadATCD-9f6fd73b661c354751bd848b69ba908f79a3f692.tar.gz
Makefile (TIMESTAMP): moved chmod after cvs commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a088cc22710..e2c9ea5b8c7 100644
--- a/Makefile
+++ b/Makefile
@@ -130,8 +130,8 @@ ifeq ($(shell pwd),/project/adaptive/ACE_wrappers)
"\#define ACE_VERSION " . \
"\"$${major}.$${minor}.$${beta}\\0\"\n";' > \
ace/Version.h; \
- chmod 644 VERSION $$CHANGELOG ace/Version.h; \
- cvs commit -m"$$ACE_VERSION" VERSION $$CHANGELOG ace/Version.h) &&
+ cvs commit -m"$$ACE_VERSION" VERSION $$CHANGELOG ace/Version.h; \
+ chmod 644 VERSION $$CHANGELOG ace/Version.h) &&
else
TIMESTAMP =
endif