From eb9e93992f047fe463f13ca2e8deac84c5a89a1c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 13 Apr 2000 19:10:05 +0000 Subject: [PATCH] (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define as TERMCAP_OBJ. --- src/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) 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) */ -- 2.39.5