diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2010-05-15 10:19:59 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2010-05-15 10:19:59 +0300 |
| commit | dbd3f7231ad821f0423babf0dcee04f4d16c2e5b (patch) | |
| tree | c29eb4aa5a6c9a09743c2656f1b46978b152ac3a /src | |
| parent | 1edbd30946447e95a6366a543a67e1af596e787b (diff) | |
| download | emacs-dbd3f7231ad821f0423babf0dcee04f4d16c2e5b.tar.gz | |
Fix "config msdos" step.
src/Makefile.in: Fix MSDOS-related comments.
msdos/sed3v2.inp (INSTALLABLES): Edit out extra ${EXEEXT} after "emacsclient".
(emacsserver, timer, wakeup): Remove edit-out commands.
msdos/sed1v2.inp (MSDOS_OBJ): Add w16select.o.
(TERMCAP_OBJ): Add termcap.o.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe7bd103efc..a9757cd02b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-05-15 Eli Zaretskii <eliz@gnu.org> + + * Makefile.in: Fix MSDOS-related comments. + 2010-05-15 Glenn Morris <rgm@gnu.org> * Makefile.in (OLDXMENU_TARGET): New, set by configure. diff --git a/src/Makefile.in b/src/Makefile.in index ff3d632bfa5..2674d532a2c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -189,7 +189,7 @@ WIDGET_OBJ=@WIDGET_OBJ@ ## sheap.o if CYGWIN, otherwise empty. CYGWIN_OBJ=@CYGWIN_OBJ@ -## dosfns.o msdos.o if MSDOS. +## dosfns.o msdos.o w16select.o if MSDOS. MSDOS_OBJ = ## w16select.o termcap.o if MSDOS && HAVE_X_WINDOWS. MSDOS_X_OBJ = |
