diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-20 12:49:41 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-20 12:49:41 +0000 |
commit | 9f6fd73b661c354751bd848b69ba908f79a3f692 (patch) | |
tree | 43c3c39d0a5d9d69d3fe16c8167628f4f1d9e37f /Makefile | |
parent | aa64798b3350549243104178fc60dba5bb8cf4a8 (diff) | |
download | ATCD-9f6fd73b661c354751bd848b69ba908f79a3f692.tar.gz |
Makefile (TIMESTAMP): moved chmod after cvs commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |