summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba05127288f..6977263d944 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ release-old: ACE-INSTALL
mv ACE.tar.gz ACE-lib.tar.gz ./ACE_wrappers/)
releaseall-old: release-old
- @cd TAO; make release-old
+ @cd TAO; make release-old; chmod 644 VERSION ChangeLog
@(cd ..; \
find $(ALL_RELEASE_FILES) $(FILTER) | \
cpio -o -H tar | gzip -9 > ACE+TAO.tar.gz; \