# HG changeset patch # User Gerd Moellmann # Date 955653005 0 # Node ID 4b0494b98967cbe52efab8ea4b258104d2f1596c # Parent e2b3c1885fb1e84d81054dac41022842a7238a68 (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define as TERMCAP_OBJ. diff -r e2b3c1885fb1 -r 4b0494b98967 src/Makefile.in --- 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) */