summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-04-27 19:09:43 +0000
committerGerd Moellmann <gerd@gnu.org>2000-04-27 19:09:43 +0000
commitc2f646d6bbb0ba3578ed880cd718ee20b6832ca7 (patch)
tree085857cae79f38dc2b3ae6415cf97ec2bf2a3539 /src/Makefile.in
parent42ac1ed4d1f82f6b01efe9aaaa4756a4905050f8 (diff)
downloademacs-c2f646d6bbb0ba3578ed880cd718ee20b6832ca7.tar.gz
(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
#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) */