aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-09-12 06:54:54 +0000
committerGlenn Morris2007-09-12 06:54:54 +0000
commit585732304315fb193178f945a02f6bd64754ece0 (patch)
treebb40f721cab0900051d27c8162341aa864c18e3f /src
parent2d33f5065fcecc0dc32ebd395ab4177727e11970 (diff)
downloademacs-585732304315fb193178f945a02f6bd64754ece0.tar.gz
emacs-585732304315fb193178f945a02f6bd64754ece0.zip
(SOURCES, unlock, relock): Delete.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0581badd969..ef0136cd045 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1364,17 +1364,6 @@ versionclean:
1364extraclean: distclean 1364extraclean: distclean
1365 -rm -f *~ \#* m/?*~ s/?*~ 1365 -rm -f *~ \#* m/?*~ s/?*~
1366 1366
1367/* The rule for the [sm] files has to be written a little funny to
1368 avoid looking like a C comment to CPP. */
1369SOURCES = *.[ch] [sm]/?* COPYING Makefile.in \
1370 config.in epaths.in README COPYING ChangeLog vms.pp-trans
1371unlock:
1372 chmod u+w $(SOURCES)
1373
1374relock:
1375 chmod -w $(SOURCES)
1376 chmod +w epaths.h
1377
1378/* Arrange to make a tags table TAGS-LISP for ../lisp, 1367/* Arrange to make a tags table TAGS-LISP for ../lisp,
1379 plus TAGS for the C files, which includes ../lisp/TAGS by reference. */ 1368 plus TAGS for the C files, which includes ../lisp/TAGS by reference. */
1380 1369