]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
authorJim Wilson <wilson@cygnus.com>
Sat, 20 Sep 1997 02:43:51 +0000 (02:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 20 Sep 1997 02:43:51 +0000 (20:43 -0600)
        * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.

Brought over from devo.

From-SVN: r15593

libio/ChangeLog
libio/Makefile.in

index 0e75530290117e5bc89b84eb347c4e1607137c01..66ed898385c68251393e7eb70cea63f889a24f58 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d7bb9cef71490dc12092e2a86ad22fc643af272a..6a3e74d29164a20187c69a6a7ce9bacf62259db7 100644 (file)
@@ -66,6 +66,8 @@ USER_INCLUDES = *.h
 #### 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)