# HG changeset patch # User Glenn Morris # Date 1189580044 0 # Node ID 9d7f6dcfa34556dd2b4d8689d2af045ca810164d # Parent 6402f636cb0d82f7654084c0acfdf2f392d2999a (SOURCES, unlock, relock): Delete. diff -r 6402f636cb0d -r 9d7f6dcfa345 src/Makefile.in --- 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. */