summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-29 23:03:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-29 23:03:42 +0000
commitccbcd722c488ecaadcb37521f0a4fe95f2857da3 (patch)
tree16c272efa01d3bb70142b260ad415c880b28eb55 /Makefile
parent497f60b2ba4712993ec6a0ef439d0c7496dab629 (diff)
downloadATCD-ccbcd722c488ecaadcb37521f0a4fe95f2857da3.tar.gz
added chmod to VERSION in TIMESTAMP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cf287ab516e..8b0369fe656 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ endif
ifeq ($(PWD),/home/cs/faculty/schmidt/adaptive/ACE_wrappers)
TIMESTAMP = perl -pi -e 'BEGIN {chop ($$date=`/usr/bin/date`);} \
s/(, released ).*/$$1$$date./' VERSION; \
+ chmod 644 VERSION; \
cvs commit -m'make release: updated timestamp' VERSION;
else
TIMESTAMP =