aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-20 02:43:51 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-20 02:43:51 +0000
commit51b3eeaacf88069f7a089533343a391b511371f8 (patch)
tree4af4bd137aabcdd659a557e692e76152a742cc57 /libio
parent22ff742e9a22e95bd3beabc23f60deb94de2e888 (diff)
* Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
Brought over from devo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15593 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio')
-rw-r--r--libio/ChangeLog4
-rw-r--r--libio/Makefile.in2
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)