Commit f1ee40b6 by Jim Wilson Committed by Jeff Law

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
parent cc5e1642
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment