Mercurial > emacs
changeset 28570:4b0494b98967
(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
as TERMCAP_OBJ.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 13 Apr 2000 19:10:05 +0000 |
parents | e2b3c1885fb1 |
children | 90bcf7fbdc57 |
files | src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Apr 13 19:05:47 2000 +0000 +++ b/src/Makefile.in Thu Apr 13 19:10:05 2000 +0000 @@ -577,7 +577,11 @@ #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) */