From: Gerd Moellmann Date: Thu, 13 Apr 2000 19:10:05 +0000 (+0000) Subject: (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define X-Git-Tag: emacs-pretest-21.0.90~4268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb9e93992f047fe463f13ca2e8deac84c5a89a1c;p=emacs.git (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define as TERMCAP_OBJ. --- diff --git a/src/Makefile.in b/src/Makefile.in index f591fb1f229..06990d2e455 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -577,7 +577,11 @@ 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) */