diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-09-30 19:00:24 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-09-30 19:00:24 +0000 |
commit | bdeb0411a2fd52eb75cac953987b690a9f6d3011 (patch) | |
tree | c0e69a63550adbe7a1ddc240a7ce8c8eb7de640e | |
parent | 56eb03e83192bf0e7049789b6f377d8a7254954e (diff) | |
download | emacs-bdeb0411a2fd52eb75cac953987b690a9f6d3011.tar.gz |
(MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <eliz@gnu.org> + + * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc. + 2008-09-30 Chong Yidong <cyd@stupidchicken.com> * 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 \ |