From: Gerd Moellmann Date: Thu, 27 Apr 2000 19:09:43 +0000 (+0000) Subject: (termcapobj): Don't use TERMCAP_OBJ. X-Git-Tag: emacs-pretest-21.0.90~4111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2f646d6bbb0ba3578ed880cd718ee20b6832ca7;p=emacs.git (termcapobj): Don't use TERMCAP_OBJ. --- diff --git a/src/Makefile.in b/src/Makefile.in index 2ebb23578ad..7a389323909 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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) */