aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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