changeset 84471:9d7f6dcfa345

(SOURCES, unlock, relock): Delete.
author Glenn Morris <rgm@gnu.org>
date Wed, 12 Sep 2007 06:54:04 +0000
parents 6402f636cb0d
children 022bf7fb4e74
files src/Makefile.in
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Sep 12 06:53:51 2007 +0000
+++ b/src/Makefile.in	Wed Sep 12 06:54:04 2007 +0000
@@ -1364,17 +1364,6 @@
 extraclean: distclean
 	-rm -f *~ \#* m/?*~ s/?*~
 
-/* The rule for the [sm] files has to be written a little funny to
-   avoid looking like a C comment to CPP. */
-SOURCES = *.[ch] [sm]/?* COPYING Makefile.in \
-	config.in epaths.in README COPYING ChangeLog vms.pp-trans
-unlock:
-	chmod u+w $(SOURCES)
-
-relock:
-	chmod -w $(SOURCES)
-	chmod +w epaths.h
-
 /* Arrange to make a tags table TAGS-LISP for ../lisp,
    plus TAGS for the C files, which includes ../lisp/TAGS by reference.  */