diff options
| author | Eli Zaretskii | 2009-09-17 18:06:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-09-17 18:06:57 +0000 |
| commit | e227ba05ec2f6c6868a95a1323ab71f84568badc (patch) | |
| tree | b0d689c39240a8845400f34549e596ec2e849800 /src | |
| parent | e2a1f100779748befb420d5595798e6d768436ab (diff) | |
| download | emacs-e227ba05ec2f6c6868a95a1323ab71f84568badc.tar.gz emacs-e227ba05ec2f6c6868a95a1323ab71f84568badc.zip | |
(MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 14415997a33..d7d69efac12 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-09-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP): Add | ||
| 4 | lisp/term/internal.elc. | ||
| 5 | |||
| 1 | 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * frame.c (x_get_resource_string): Re-add for non-toolkit builds | 8 | * 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) | |||
| 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 |
| @@ -874,7 +875,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.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. |