* Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
Brought over from devo.
From-SVN: r15593
+Fri Sep 19 11:52:25 1997 Jim Wilson <wilson@cygnus.com>
+
+ * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
+
1997-09-17 04:08 Ulrich Drepper <drepper@cygnus.com>
* iostream.cc: Add forward declaration for __cvt_double.
#### package, host, target, and site dependent Makefile fragments come in here.
##
+$(LIBIO_OBJECTS): $(_G_CONFIG_H)
+
libio.a: $(_G_CONFIG_H) $(LIBIO_OBJECTS)
-rm -rf libio.a
$(AR) $(AR_FLAGS) libio.a $(LIBIO_OBJECTS)