aboutsummaryrefslogtreecommitdiffstats
path: root/lib-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 /lib-src
parent2d33f5065fcecc0dc32ebd395ab4177727e11970 (diff)
downloademacs-585732304315fb193178f945a02f6bd64754ece0.tar.gz
emacs-585732304315fb193178f945a02f6bd64754ece0.zip
(SOURCES, unlock, relock): Delete.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/Makefile.in9
2 files changed, 4 insertions, 9 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 8ae8cb9cbcf..5bc76e3a288 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12007-09-12 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (SOURCES, unlock, relock): Delete.
4
12007-08-29 Glenn Morris <rgm@gnu.org> 52007-08-29 Glenn Morris <rgm@gnu.org>
2 6
3 * makefile.w32-in (VERSION): Increase to 23.0.50. 7 * makefile.w32-in (VERSION): Increase to 23.0.50.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 5d8da71dbdd..2ce9cac1be4 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -122,9 +122,6 @@ SCRIPTS= rcs2log vcdiff
122 122
123EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} 123EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
124 124
125SOURCES = COPYING ChangeLog Makefile.in README emacs.csh \
126 makedoc.com *.[chy] rcs2log vcdiff
127
128# Additional -D flags for movemail (add to MOVE_FLAGS if desired): 125# Additional -D flags for movemail (add to MOVE_FLAGS if desired):
129# MAIL_USE_POP Support mail retrieval from a POP mailbox. 126# MAIL_USE_POP Support mail retrieval from a POP mailbox.
130# MAIL_USE_MMDF Support MMDF mailboxes. 127# MAIL_USE_MMDF Support MMDF mailboxes.
@@ -368,12 +365,6 @@ maintainer-clean: distclean
368extraclean: maintainer-clean 365extraclean: maintainer-clean
369 -rm -f *~ \#* 366 -rm -f *~ \#*
370 367
371unlock:
372 chmod u+w $(SOURCES)
373
374relock:
375 chmod u-w $(SOURCES)
376
377/* Test the contents of the directory. */ 368/* Test the contents of the directory. */
378check: 369check:
379 @echo "We don't have any tests for GNU Emacs yet." 370 @echo "We don't have any tests for GNU Emacs yet."