projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017266f
)
(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 13 Apr 2000 19:10:05 +0000
(19:10 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 13 Apr 2000 19:10:05 +0000
(19:10 +0000)
as TERMCAP_OBJ.
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index f591fb1f229f45fb0a7202f5b034a67934d5c322..06990d2e4550366f22fdd7368b9b0c6273b5584d 100644
(file)
--- 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) */