]> code.delx.au - gnu-emacs/commitdiff
(termcapobj): Don't use TERMCAP_OBJ.
authorGerd Moellmann <gerd@gnu.org>
Thu, 27 Apr 2000 19:09:43 +0000 (19:09 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 27 Apr 2000 19:09:43 +0000 (19:09 +0000)
src/Makefile.in

index 2ebb23578ad8abea9ae066e86b204431eea6cffe..7a389323909dd0b1efe998ab17f03af4e4226f61 100644 (file)
@@ -564,11 +564,7 @@ termcapobj = terminfo.o
 #define LIBS_TERMCAP
 termcapobj = termcap.o tparam.o
 #else /* LIBS_TERMCAP */
-#  ifdef TERMCAP_OBJ
-termcapobj = TERMCAP_OBJ
-#  else
 termcapobj = tparam.o
-#  endif /* not TERMCAP_OBJ */
 #endif /* LIBS_TERMCAP */
 #endif /* ! defined (TERMINFO) */