diff options
| author | Gerd Moellmann | 2000-04-27 19:09:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-27 19:09:43 +0000 |
| commit | c2f646d6bbb0ba3578ed880cd718ee20b6832ca7 (patch) | |
| tree | 085857cae79f38dc2b3ae6415cf97ec2bf2a3539 /src/Makefile.in | |
| parent | 42ac1ed4d1f82f6b01efe9aaaa4756a4905050f8 (diff) | |
| download | emacs-c2f646d6bbb0ba3578ed880cd718ee20b6832ca7.tar.gz emacs-c2f646d6bbb0ba3578ed880cd718ee20b6832ca7.zip | |
(termcapobj): Don't use TERMCAP_OBJ.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 4 |
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 |
| 565 | termcapobj = termcap.o tparam.o | 565 | termcapobj = termcap.o tparam.o |
| 566 | #else /* LIBS_TERMCAP */ | 566 | #else /* LIBS_TERMCAP */ |
| 567 | # ifdef TERMCAP_OBJ | ||
| 568 | termcapobj = TERMCAP_OBJ | ||
| 569 | # else | ||
| 570 | termcapobj = tparam.o | 567 | termcapobj = 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 | ||