summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-29 12:58:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-29 12:58:45 +0000
commitfc9704dc1f548e771a2417d178db2c68fbf3e796 (patch)
tree6fb6efa119fec565d32727d7b1c8a09c12478d44 /Makefile
parent1450f789bb5c15a84a32291fff7d5832dd0f2334 (diff)
downloadATCD-fc9704dc1f548e771a2417d178db2c68fbf3e796.tar.gz
change mode of modified ChangeLog file to 644 after updating it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae2ff1483da..b2133a82874 100644
--- a/Makefile
+++ b/Makefile
@@ -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