From 810b9f2c0e6ba9f12fd00dba889be8b94bfccf0f Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 12 Sep 1997 02:16:24 +0000 Subject: [PATCH] * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS. From-SVN: r15424 --- libio/ChangeLog | 4 ++++ libio/Makefile.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/libio/ChangeLog b/libio/ChangeLog index 44d41203d13..d9b9b8ec9c4 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 11 18:43:56 1997 Jason Merrill + + * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS. + Mon Sep 8 01:30:27 1997 Weiwen Liu * libio.h: Fix typo. diff --git a/libio/Makefile.in b/libio/Makefile.in index aab8ac60128..d7bb9cef714 100644 --- a/libio/Makefile.in +++ b/libio/Makefile.in @@ -83,7 +83,6 @@ tpipe: tpipe.o libio.a iostream.list: stamp-picdir $(_G_CONFIG_H) $(LIBIOSTREAM_DEP) @echo "$(LIBIOSTREAM_USE)"> iostream.list - @echo "$(STDIO_WRAP_OBJECTS)" >> iostream.list stmp-stdio: @rootme=`pwd`/ ; export rootme; cd stdio ; \