* configure.in (host_libs): Remove glob, since it is gone from the
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 8 Apr 1995 02:36:15 +0000 (02:36 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 8 Apr 1995 02:36:15 +0000 (02:36 +0000)
sources.

ChangeLog
configure.in

index bd90c4f..6f0710d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 563625b..48d347f 100644 (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"