1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00

(termcapobj): Don't use TERMCAP_OBJ.

This commit is contained in:
Gerd Moellmann 2000-04-27 19:09:43 +00:00
parent 42ac1ed4d1
commit c2f646d6bb

View file

@ -564,11 +564,7 @@ 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) */