]> git.eshelyaron.com Git - emacs.git/commitdiff
Commit the change in src/Makefile.in announced in 2010-03-12T16:34:27Z!eliz@gnu.org.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Mar 2010 15:29:13 +0000 (10:29 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Mar 2010 15:29:13 +0000 (10:29 -0500)
src/Makefile.in

index 11facec602398e026338850213c808a4642980e9..06b4ef0e645d922a99981a51f649a67a2d146ef4 100644 (file)
@@ -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) */