aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-13 19:10:05 +0000
committerGerd Moellmann2000-04-13 19:10:05 +0000
commiteb9e93992f047fe463f13ca2e8deac84c5a89a1c (patch)
tree9578ba1c03791d9040216de88fad31af22e8c5bb /src/Makefile.in
parent017266f83b027ebf431d01a42402ea7a34d62b79 (diff)
downloademacs-eb9e93992f047fe463f13ca2e8deac84c5a89a1c.tar.gz
emacs-eb9e93992f047fe463f13ca2e8deac84c5a89a1c.zip
(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
as TERMCAP_OBJ.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 4 insertions, 0 deletions
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
577#define LIBS_TERMCAP 577#define LIBS_TERMCAP
578termcapobj = termcap.o tparam.o 578termcapobj = termcap.o tparam.o
579#else /* LIBS_TERMCAP */ 579#else /* LIBS_TERMCAP */
580# ifdef TERMCAP_OBJ
581termcapobj = TERMCAP_OBJ
582# else
580termcapobj = tparam.o 583termcapobj = tparam.o
584# endif /* not TERMCAP_OBJ */
581#endif /* LIBS_TERMCAP */ 585#endif /* LIBS_TERMCAP */
582#endif /* ! defined (TERMINFO) */ 586#endif /* ! defined (TERMINFO) */
583 587