diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2002-01-15 17:27:05 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2002-01-15 17:27:05 +0000 |
commit | 82598228f08d373948f195d474ccc6a7aa9b2aab (patch) | |
tree | 70b8d0097b66bac140aa33b35c78d03d426cabb2 /libf2c/libI77/Makefile.in | |
parent | 751a1458e27cfb31650ed19368a1dc48ee0289a5 (diff) | |
download | gcc-82598228f08d373948f195d474ccc6a7aa9b2aab.zip gcc-82598228f08d373948f195d474ccc6a7aa9b2aab.tar.gz gcc-82598228f08d373948f195d474ccc6a7aa9b2aab.tar.bz2 |
configure.in: Remove fcntl.h check; never define _POSIX_SOURCE, NO_FCNTL or OPEN_DECL.
* libI77/configure.in: Remove fcntl.h check; never define
_POSIX_SOURCE, NO_FCNTL or OPEN_DECL. Add check for tmpnam().
* libI77/configure: Rebuilt.
* libI77/config.h.in: Rebuilt.
* libI77/Makefile.in: Remove all traces of rawio.h from
dependencies lists.
* libI77/fio.h (FSEEK): Unroll -j1.7 -j1.6 made 2002-01-04.
* libI77/open.c (f_open): Use HAVE_TMPNAM.
* libI77/rawio.h: Remove file.
From-SVN: r48875
Diffstat (limited to 'libf2c/libI77/Makefile.in')
-rw-r--r-- | libf2c/libI77/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libf2c/libI77/Makefile.in b/libf2c/libI77/Makefile.in index 16941a7..ff0d8e1 100644 --- a/libf2c/libI77/Makefile.in +++ b/libf2c/libI77/Makefile.in @@ -98,8 +98,8 @@ dfe.lo: fio.h config.h dfe.lo: dfe.c fmt.h dolio.lo: dolio.c config.h due.lo: due.c fio.h config.h -endfile.lo: endfile.c fio.h rawio.h config.h -err.lo: err.c fio.h rawio.h config.h +endfile.lo: endfile.c fio.h config.h +err.lo: err.c fio.h config.h fmt.lo: fio.h config.h fmt.lo: fmt.c fmt.h fmtlib.lo: fmtlib.c config.h @@ -116,7 +116,7 @@ lread.lo: lread.c fp.h lwrite.lo: fio.h lwrite.lo: fmt.h lwrite.lo: lwrite.c lio.h -open.lo: open.c fio.h rawio.h config.h +open.lo: open.c fio.h config.h rdfmt.lo: fio.h config.h rdfmt.lo: fmt.h rdfmt.lo: rdfmt.c fp.h |