Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.

* Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.

Brought over from devo.

From-SVN: r15593
This commit is contained in:
Jim Wilson 1997-09-20 02:43:51 +00:00 committed by Jeff Law
parent cc5e164240
commit f1ee40b618
2 changed files with 6 additions and 0 deletions

View 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.

View 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)