diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-29 12:58:45 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-29 12:58:45 +0000 |
commit | fc9704dc1f548e771a2417d178db2c68fbf3e796 (patch) | |
tree | 6fb6efa119fec565d32727d7b1c8a09c12478d44 /Makefile | |
parent | 1450f789bb5c15a84a32291fff7d5832dd0f2334 (diff) | |
download | ATCD-fc9704dc1f548e771a2417d178db2c68fbf3e796.tar.gz |
change mode of modified ChangeLog file to 644 after updating it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ ifeq ($(shell pwd),/project/adaptive/ACE_wrappers) if ( ! $$message_printed++ ) { print "$$message\n"; } \ print; } ' $$CHANGELOG; \ cvs commit -m"$$ACE_VERSION" VERSION $$CHANGELOG; \ - chmod 644 VERSION) && + chmod 644 VERSION $$CHANGELOG) && else TIMESTAMP = endif |