From 073589f4b1ee51b44d9c9833d3b8e5fad40510f0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Mar 2010 10:29:13 -0500 Subject: [PATCH] Commit the change in src/Makefile.in announced in 2010-03-12T16:34:27Z!eliz@gnu.org. --- src/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) */ -- 2.39.2