From 44010f916150ba5492dd4f273fb7e1fc4f4cf8d7 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 8 Sep 1997 04:58:57 +0000 Subject: 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 --- libio/config/linux.mt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/config') 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: -- cgit v1.2.3