From bdeb0411a2fd52eb75cac953987b690a9f6d3011 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 30 Sep 2008 19:00:24 +0000 Subject: [PATCH] (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc. --- src/ChangeLog | 4 ++++ src/Makefile.in | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 46f93bf554e..2e9e11f6dd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-09-30 Eli Zaretskii + + * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc. + 2008-09-30 Chong Yidong * 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 9f2cbfd2724..64d992f41c0 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 \ -- 2.39.5