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
This commit is contained in:
parent
1fed1f518f
commit
44010f9161
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
Fri Sep 5 09:58:43 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (iostream.list): Instead of adding stdio.list, add
|
* Makefile.in (iostream.list): Instead of adding stdio.list, add
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
# Comment this out to avoid including the stdio functions in libiostream.a:
|
# Comment this out to avoid including the stdio functions in libiostream.a:
|
||||||
LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
|
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`
|
LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
|
||||||
|
|
||||||
# Comment the above and uncomment the below to use the code in the Linux libc:
|
# Comment the above and uncomment the below to use the code in the Linux libc:
|
||||||
|
|
Loading…
Add table
Reference in a new issue