diff options
| author | Gerd Moellmann | 2000-04-13 19:10:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-13 19:10:05 +0000 |
| commit | eb9e93992f047fe463f13ca2e8deac84c5a89a1c (patch) | |
| tree | 9578ba1c03791d9040216de88fad31af22e8c5bb /src/Makefile.in | |
| parent | 017266f83b027ebf431d01a42402ea7a34d62b79 (diff) | |
| download | emacs-eb9e93992f047fe463f13ca2e8deac84c5a89a1c.tar.gz emacs-eb9e93992f047fe463f13ca2e8deac84c5a89a1c.zip | |
(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
as TERMCAP_OBJ.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 4 |
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 |
| 578 | termcapobj = termcap.o tparam.o | 578 | termcapobj = termcap.o tparam.o |
| 579 | #else /* LIBS_TERMCAP */ | 579 | #else /* LIBS_TERMCAP */ |
| 580 | # ifdef TERMCAP_OBJ | ||
| 581 | termcapobj = TERMCAP_OBJ | ||
| 582 | # else | ||
| 580 | termcapobj = tparam.o | 583 | termcapobj = 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 | ||