diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-13 19:10:05 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-13 19:10:05 +0000 |
commit | eb9e93992f047fe463f13ca2e8deac84c5a89a1c (patch) | |
tree | 9578ba1c03791d9040216de88fad31af22e8c5bb /src/Makefile.in | |
parent | 017266f83b027ebf431d01a42402ea7a34d62b79 (diff) | |
download | emacs-eb9e93992f047fe463f13ca2e8deac84c5a89a1c.tar.gz |
(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 #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) */ |