aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2008-09-30 19:00:24 +0000
committerEli Zaretskii <[email protected]>2008-09-30 19:00:24 +0000
commitbdeb0411a2fd52eb75cac953987b690a9f6d3011 (patch)
treec0e69a63550adbe7a1ddc240a7ce8c8eb7de640e /src
parent56eb03e83192bf0e7049789b6f377d8a7254954e (diff)
(MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 46f93bf554..2e9e11f6dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-30 Eli Zaretskii <[email protected]>
+
+ * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
+
2008-09-30 Chong Yidong <[email protected]>
* xdisp.c (move_it_to): Don't advance the iterator if the last tab
diff --git a/src/Makefile.in b/src/Makefile.in
index 9f2cbfd272..64d992f41c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -626,8 +626,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS)
#ifdef MSDOS
#define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
- ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc \
- ${lispsource}international/ccl.elc ${lispsource}international/codepage.elc
+ ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc
#else
#define MSDOS_SUPPORT
@@ -867,7 +866,6 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
../lisp/mwheel.elc ../lisp/tool-bar.elc \
../lisp/x-dnd.elc \
../lisp/international/ccl.elc \
- ../lisp/international/codepage.elc \
../lisp/international/fontset.elc \
../lisp/mouse.elc \
../lisp/term/x-win.elc \