Mercurial > emacs
diff src/Makefile.in @ 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 | 74440e467c99 |
| children | 844bad68a120 |
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) */
