Mercurial > emacs
changeset 107387:1b280b2e1b75
Commit the change in src/Makefile.in announced in rev 99649.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 Mar 2010 10:29:13 -0500 |
parents | dfa59c662240 |
children | 969a1a50d14c |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sat Mar 13 11:16:37 2010 +0100 +++ b/src/Makefile.in Sat Mar 13 10:29:13 2010 -0500 @@ -527,7 +527,7 @@ #ifdef HAVE_X_WINDOWS MSDOS_OBJ = dosfns.o msdos.o xmenu.o #else -MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o +MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o termcap.o #endif #endif @@ -595,10 +595,8 @@ #else /* ! defined (TERMINFO) */ #ifndef LIBS_TERMCAP #define LIBS_TERMCAP -termcapobj = termcap.o tparam.o -#else /* LIBS_TERMCAP */ +#endif /* LIBS_TERMCAP */ termcapobj = tparam.o -#endif /* LIBS_TERMCAP */ #endif /* ! defined (TERMINFO) */