linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
authorJim Wilson <wilson@cygnus.com>
Mon, 8 Sep 1997 04:58:57 +0000 (04:58 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 8 Sep 1997 04:58:57 +0000 (22:58 -0600)
        * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
Should fix linux build problem.

From-SVN: r15142

libio/ChangeLog
libio/config/linux.mt

index bc9267442d21964e4a75bcb32aab74be3bdf5a27..671aafb695cccadbb8be6b889bcd6a028518e4b9 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
+
+       * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
+
 Fri Sep  5 09:58:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
 
        * Makefile.in (iostream.list): Instead of adding stdio.list, add
index 25d29c539a5959209c383b1a2dcce654831ffdf1..ffda17208399045c9df853d84d85bd338abf542f 100644 (file)
@@ -7,7 +7,7 @@
 
 # Comment this out to avoid including the stdio functions in libiostream.a:
 LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
-LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list
+LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stmp-stdio
 LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
 
 # Comment the above and uncomment the below to use the code in the Linux libc: