(MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
This commit is contained in:
parent
56eb03e831
commit
bdeb0411a2
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue