summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/makefile.nt1
-rw-r--r--lisp/makefile.w32-in1
3 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b61e1dd0a61..4055bfcf7bc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-16 Andrew Innes <andrewi@gnu.org>
+
+ * makefile.nt (DONTCOMPILE): Omit bindings.el.
+ (DONTCOMPILE): Omit sc.el.
+
+ * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
+ (DONTCOMPILE): Omit sc.el.
+
2001-08-16 Gerd Moellmann <gerd@gnu.org>
* replace.el (occur): Bind inhibit-read-only to t.
diff --git a/lisp/makefile.nt b/lisp/makefile.nt
index cceb17cb5ff..893e4999791 100644
--- a/lisp/makefile.nt
+++ b/lisp/makefile.nt
@@ -66,7 +66,6 @@ DONTCOMPILE = \
$(lisp)/loaddefs.el \
$(lisp)/loadup.el \
$(lisp)/mail/blessmail.el \
- $(lisp)/mail/sc.el \
$(lisp)/patcomp.el \
$(lisp)/paths.el \
$(lisp)/play/bruce.el \
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index a375ee072a7..ab286edfa42 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -70,7 +70,6 @@ DONTCOMPILE = \
$(lisp)/loaddefs.el \
$(lisp)/loadup.el \
$(lisp)/mail/blessmail.el \
- $(lisp)/mail/sc.el \
$(lisp)/patcomp.el \
$(lisp)/paths.el \
$(lisp)/play/bruce.el \