From: Eli Zaretskii Date: Thu, 17 Sep 2009 18:06:57 +0000 (+0000) Subject: (MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc. X-Git-Tag: emacs-pretest-23.1.90~1274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e227ba05ec2f6c6868a95a1323ab71f84568badc;p=emacs.git (MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc. --- diff --git a/src/ChangeLog b/src/ChangeLog index 14415997a33..d7d69efac12 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-09-17 Eli Zaretskii + + * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP): Add + lisp/term/internal.elc. + 2009-09-17 Stefan Monnier * frame.c (x_get_resource_string): Re-add for non-toolkit builds diff --git a/src/Makefile.in b/src/Makefile.in index 865f14d8cdd..39c58102a35 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -630,7 +630,8 @@ 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}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc \ + ${lispsource}/term/internal.elc #else #define MSDOS_SUPPORT @@ -874,7 +875,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ ../lisp/mouse.elc \ ../lisp/term/common-win.elc \ ../lisp/term/x-win.elc \ - ../lisp/term/pc-win.elc \ + ../lisp/term/pc-win.elc ../lisp/term/internal.elc \ ../lisp/term/ns-win.elc /* Construct full set of libraries to be linked.