aboutsummaryrefslogtreecommitdiff
path: root/libio/config
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1997-09-08 04:58:57 +0000
committerJeff Law <law@gcc.gnu.org>1997-09-07 22:58:57 -0600
commit44010f916150ba5492dd4f273fb7e1fc4f4cf8d7 (patch)
tree3f1e386cad18999d4ba8df27023de01992b6adbd /libio/config
parent1fed1f518f05165930d9536d33b93c1e2d4d3f3a (diff)
linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
* linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio. Should fix linux build problem. From-SVN: r15142
Diffstat (limited to 'libio/config')
-rw-r--r--libio/config/linux.mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/config/linux.mt b/libio/config/linux.mt
index 25d29c539a5..ffda1720839 100644
--- a/libio/config/linux.mt
+++ b/libio/config/linux.mt
@@ -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: