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 /TAO/Makefile | |
parent | 1450f789bb5c15a84a32291fff7d5832dd0f2334 (diff) | |
download | ATCD-fc9704dc1f548e771a2417d178db2c68fbf3e796.tar.gz |
change mode of modified ChangeLog file to 644 after updating it.
Diffstat (limited to 'TAO/Makefile')
-rw-r--r-- | TAO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/Makefile b/TAO/Makefile index 1723852d24f..265ca7bc90f 100644 --- a/TAO/Makefile +++ b/TAO/Makefile @@ -90,7 +90,7 @@ ifeq ($(shell pwd),/project/adaptive/ACE_wrappers/TAO) if ( ! $$message_printed++ ) { print "$$message\n"; } \ print; } ' $$CHANGELOG; \ cvs commit -m"$$TAO_VERSION" VERSION $$CHANGELOG; \ - chmod 644 VERSION) && + chmod 644 VERSION $$CHANGELOG) && else TIMESTAMP = endif |