diff options
author | Jim Wilson <wilson@cygnus.com> | 1997-09-20 02:43:51 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-19 20:43:51 -0600 |
commit | f1ee40b61858e56c1c7128b478c0a1aab573f999 (patch) | |
tree | 4af4bd137aabcdd659a557e692e76152a742cc57 /libio | |
parent | cc5e164240ea462779b876cb1bca7e16123d257e (diff) | |
download | gcc-f1ee40b61858e56c1c7128b478c0a1aab573f999.tar.gz |
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
Diffstat (limited to 'libio')
-rw-r--r-- | libio/ChangeLog | 4 | ||||
-rw-r--r-- | libio/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index 0e755302901..66ed898385c 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -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. diff --git a/libio/Makefile.in b/libio/Makefile.in index d7bb9cef714..6a3e74d2916 100644 --- a/libio/Makefile.in +++ b/libio/Makefile.in @@ -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) |