diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-12-31 01:30:52 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-12-31 01:30:52 +0000 |
commit | adcb1e06ef4856c844bb54f5931e0709edcaa005 (patch) | |
tree | e46e40b9cfed0995914a61af731d2cc0aa596e34 /gdb/Makefile.in | |
parent | 1b0df0adcb6f15845bac5e209617d5e0af346569 (diff) | |
download | gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.zip gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.tar.gz gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.tar.bz2 |
1998-12-30 Jason Molenda (jsm@bugshack.cygnus.com)
* utils.c: <readline/readline.h> instead of "readline/readline.h".
* configure.in (TERM_LIB): Search for the appropriate term library
on the host system.
* configure: Regenerated.
* Makefile.in (TERMCAP): Set based on autoconf check.
* config/*/*.mh: Don't override TERMCAP setting.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6429fb0..b345ca1 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -59,7 +59,7 @@ WINDRES = @WINDRES@ # Flags that describe where you can find the termcap library. # This can be overridden in the host Makefile fragment file. -TERMCAP = -ltermcap +TERMCAP = @TERM_LIB@ # If you are compiling with GCC, make sure that either 1) You have the # fixed include files where GCC can reach them, or 2) You use the |