diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 11 |
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: | |||
| 1364 | extraclean: distclean | 1364 | extraclean: 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. */ | ||
| 1369 | SOURCES = *.[ch] [sm]/?* COPYING Makefile.in \ | ||
| 1370 | config.in epaths.in README COPYING ChangeLog vms.pp-trans | ||
| 1371 | unlock: | ||
| 1372 | chmod u+w $(SOURCES) | ||
| 1373 | |||
| 1374 | relock: | ||
| 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 | ||