From: Eli Zaretskii Date: Sat, 13 Mar 2010 15:29:13 +0000 (-0500) Subject: Commit the change in src/Makefile.in announced in 2010-03-12T16:34:27Z!eliz@gnu.org. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=073589f4b1ee51b44d9c9833d3b8e5fad40510f0;p=emacs.git Commit the change in src/Makefile.in announced in 2010-03-12T16:34:27Z!eliz@gnu.org. --- diff --git a/src/Makefile.in b/src/Makefile.in index 11facec6023..06b4ef0e645 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -527,7 +527,7 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ #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 @@ termcapobj = terminfo.o #else /* ! defined (TERMINFO) */ #ifndef LIBS_TERMCAP #define LIBS_TERMCAP -termcapobj = termcap.o tparam.o -#else /* LIBS_TERMCAP */ -termcapobj = tparam.o #endif /* LIBS_TERMCAP */ +termcapobj = tparam.o #endif /* ! defined (TERMINFO) */