# HG changeset patch # User Eric S. Raymond # Date 732518823 0 # Node ID 9de581d9bb83d921f364a331cc016c74ff3a6a31 # Parent ff870650d188fdcbc4fb72f595481e9eb34be45d Added unlock and relock. diff -r ff870650d188 -r 9de581d9bb83 src/=Makefile.in --- a/src/=Makefile.in Fri Mar 19 05:19:23 1993 +0000 +++ b/src/=Makefile.in Fri Mar 19 05:27:03 1993 +0000 @@ -52,6 +52,15 @@ dotemacs: xmakefile $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs +SOURCES = *.[ch] [sm]/* COPYING Makefile.in ymakefile \ + config.h.in README COPYING ChangeLog vms.pp-trans +unlock: + chmod u+w $(SOURCES) + +relock: + chmod -w $(SOURCES) + chmod +w paths.h + ### Some makes, like Ultrix's make, complain if you put a comment in ### the middle of a rule's command list! Dummies.