aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-27 19:09:43 +0000
committerGerd Moellmann2000-04-27 19:09:43 +0000
commitc2f646d6bbb0ba3578ed880cd718ee20b6832ca7 (patch)
tree085857cae79f38dc2b3ae6415cf97ec2bf2a3539 /src/Makefile.in
parent42ac1ed4d1f82f6b01efe9aaaa4756a4905050f8 (diff)
downloademacs-c2f646d6bbb0ba3578ed880cd718ee20b6832ca7.tar.gz
emacs-c2f646d6bbb0ba3578ed880cd718ee20b6832ca7.zip
(termcapobj): Don't use TERMCAP_OBJ.
Diffstat (limited to 'src/Makefile.in')
-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