aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 2ebb23578ad..7a389323909 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -564,11 +564,7 @@ termcapobj = terminfo.o
564#define LIBS_TERMCAP 564#define LIBS_TERMCAP
565termcapobj = termcap.o tparam.o 565termcapobj = termcap.o tparam.o
566#else /* LIBS_TERMCAP */ 566#else /* LIBS_TERMCAP */
567# ifdef TERMCAP_OBJ
568termcapobj = TERMCAP_OBJ
569# else
570termcapobj = tparam.o 567termcapobj = tparam.o
571# endif /* not TERMCAP_OBJ */
572#endif /* LIBS_TERMCAP */ 568#endif /* LIBS_TERMCAP */
573#endif /* ! defined (TERMINFO) */ 569#endif /* ! defined (TERMINFO) */
574 570