comparison src/Makefile.in @ 105066:480ba0a1e8e2

(MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 17 Sep 2009 18:06:23 +0000
parents fe2a0bec5d65
children ad2fd09b0d6c
comparison
equal deleted inserted replaced
105065:c4804438ac36 105066:480ba0a1e8e2
628 #endif 628 #endif
629 #endif 629 #endif
630 630
631 #ifdef MSDOS 631 #ifdef MSDOS
632 #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \ 632 #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
633 ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc 633 ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc \
634 ${lispsource}/term/internal.elc
634 635
635 #else 636 #else
636 #define MSDOS_SUPPORT 637 #define MSDOS_SUPPORT
637 #endif 638 #endif
638 639
872 ../lisp/international/ccl.elc \ 873 ../lisp/international/ccl.elc \
873 ../lisp/international/fontset.elc \ 874 ../lisp/international/fontset.elc \
874 ../lisp/mouse.elc \ 875 ../lisp/mouse.elc \
875 ../lisp/term/common-win.elc \ 876 ../lisp/term/common-win.elc \
876 ../lisp/term/x-win.elc \ 877 ../lisp/term/x-win.elc \
877 ../lisp/term/pc-win.elc \ 878 ../lisp/term/pc-win.elc ../lisp/term/internal.elc \
878 ../lisp/term/ns-win.elc 879 ../lisp/term/ns-win.elc
879 880
880 /* Construct full set of libraries to be linked. 881 /* Construct full set of libraries to be linked.
881 Note that SunOS needs -lm to come before -lc; otherwise, you get 882 Note that SunOS needs -lm to come before -lc; otherwise, you get
882 duplicated symbols. If the standard libraries were compiled 883 duplicated symbols. If the standard libraries were compiled