Mercurial > emacs
changeset 28744:73ccde125a6d
(termcapobj): Don't use TERMCAP_OBJ.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Apr 2000 19:09:43 +0000 |
parents | cd4858a8d658 |
children | b04dc1778dee |
files | src/Makefile.in |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Apr 27 19:09:17 2000 +0000 +++ b/src/Makefile.in Thu Apr 27 19:09:43 2000 +0000 @@ -564,11 +564,7 @@ #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) */