* configure.in (host_libs): Remove glob, since it is gone from the

sources.
This commit is contained in:
Jim Kingdon 1995-04-08 02:36:15 +00:00
parent 0ac704d288
commit 6d3055cb47
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* configure.in (host_libs): Remove glob, since it is gone from the
sources.
Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
* Makefile.in: define empty GDB_NLM_DEPS var.
* configure.in(target_makefile_frag): use config/mt-netware
for netware targets.
Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
* config.sub: Merge in recent FSF changes. Remove linux special

View File

@ -24,7 +24,7 @@
# these libraries are used by various programs built for the host environment
#
host_libs="mmalloc libiberty opcodes bfd readline glob gash tcl tk tclX"
host_libs="mmalloc libiberty opcodes bfd readline gash tcl tk tclX"
if [ "${enable_gdbgui}" = "yes" ] ; then
host_libs="${host_libs} libgui"