mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 16:00:23 +08:00
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:
parent
cc5e164240
commit
f1ee40b618
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user