From f5aae39bbfcfbf7fb8d747879c38789f00c868b3 Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Sat, 7 Jul 2001 16:04:22 +0200 Subject: [PATCH] Makefile.in: Add necessary dependencies on config.h. 2001-07-07 Toon Moene * libI77/Makefile.in: Add necessary dependencies on config.h. Co-Authored-By: Pedro Vazquez From-SVN: r43835 --- libf2c/ChangeLog | 32 ++++++++++++++++++-------------- libf2c/libI77/Makefile.in | 44 ++++++++++++++++++++++---------------------- 2 files changed, 40 insertions(+), 36 deletions(-) diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 7f5e7d0..3b93925 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,21 +1,25 @@ +2001-07-07 Toon Moene + + * libI77/Makefile.in: Add necessary dependencies on config.h. + 2001-07-06 Toon Moene Pedro Vazquez - * configure.in: Check for fseeko, ftello. - * configure: Rebuilt. - * config.h.in: Rebuilt. - * fio.h: Define FSEEK to be fseek or fseeko, depending + * libI77/configure.in: Check for fseeko, ftello. + * libI77/configure: Rebuilt. + * libI77/config.h.in: Rebuilt. + * libI77/fio.h: Define FSEEK to be fseek or fseeko, depending on configure's findings. Ditto for FTELL and ftell / ftello. - * backspace.c (f_back): Use FSEEK for fseek, FTELL for ftell. - * dfe.c (c_dfe): Ditto. - * due.c (c_due, e_rdue): Ditto. - * endfile.c (t_runc): Ditto. - * err.c (f__nowreading, f__nowwriting): Ditto. - * ftell_.c (G77_ftell_0, G77_fseek_0): Ditto. - * inquire.c (f_inqu): Ditto. - * open.c (f_open): Ditto. - * rdfmt.c (rd_ed): Ditto. - * sue.c (s_wsue, e_wsue, e_rsue): Ditto. + * libI77/backspace.c (f_back): Use FSEEK for fseek, FTELL for ftell. + * libI77/dfe.c (c_dfe): Ditto. + * libI77/due.c (c_due, e_rdue): Ditto. + * libI77/endfile.c (t_runc): Ditto. + * libI77/err.c (f__nowreading, f__nowwriting): Ditto. + * libI77/ftell_.c (G77_ftell_0, G77_fseek_0): Ditto. + * libI77/inquire.c (f_inqu): Ditto. + * libI77/open.c (f_open): Ditto. + * libI77/rdfmt.c (rd_ed): Ditto. + * libI77/sue.c (s_wsue, e_wsue, e_rsue): Ditto. 2001-07-04 Zack Weinberg diff --git a/libf2c/libI77/Makefile.in b/libf2c/libI77/Makefile.in index 544f24e..28bfa34 100644 --- a/libf2c/libI77/Makefile.in +++ b/libf2c/libI77/Makefile.in @@ -96,59 +96,59 @@ stamp-h: config.h.in config.status VersionI.o: Version.c $(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c -backspace.o: backspace.c fio.h -close.o: close.c fio.h -dfe.o: fio.h +backspace.o: backspace.c fio.h config.h +close.o: close.c fio.h config.h +dfe.o: fio.h config.h dfe.o: dfe.c fmt.h -dolio.o: dolio.c -due.o: due.c fio.h +dolio.o: dolio.c config.h +due.o: due.c fio.h config.h endfile.o: endfile.c fio.h rawio.h config.h -err.o: err.c fio.h rawio.h -fmt.o: fio.h +err.o: err.c fio.h rawio.h config.h +fmt.o: fio.h config.h fmt.o: fmt.c fmt.h -fmtlib.o: fmtlib.c -ftell_.o: ftell_.c fio.h +fmtlib.o: fmtlib.c config.h +ftell_.o: ftell_.c fio.h config.h iio.o: fio.h iio.o: iio.c fmt.h -ilnw.o: fio.h +ilnw.o: fio.h config.h ilnw.o: ilnw.c lio.h -inquire.o: inquire.c fio.h -lread.o: fio.h +inquire.o: inquire.c fio.h config.h +lread.o: fio.h config.h lread.o: fmt.h lread.o: lio.h lread.o: lread.c fp.h lwrite.o: fio.h lwrite.o: fmt.h lwrite.o: lwrite.c lio.h -open.o: open.c fio.h rawio.h -rdfmt.o: fio.h +open.o: open.c fio.h rawio.h config.h +rdfmt.o: fio.h config.h rdfmt.o: fmt.h rdfmt.o: rdfmt.c fp.h rewind.o: rewind.c fio.h -rsfe.o: fio.h +rsfe.o: fio.h config.h rsfe.o: rsfe.c fmt.h rsli.o: fio.h rsli.o: rsli.c lio.h -rsne.o: fio.h +rsne.o: fio.h config.h rsne.o: rsne.c lio.h sfe.o: sfe.c fio.h -sue.o: sue.c fio.h -typesize.o: typesize.c +sue.o: sue.c fio.h config.h +typesize.o: typesize.c config.h uio.o: uio.c fio.h -util.o: util.c fio.h +util.o: util.c fio.h config.h wref.o: fio.h wref.o: fmt.h wref.o: wref.c fp.h -wrtfmt.o: fio.h +wrtfmt.o: fio.h config.h wrtfmt.o: wrtfmt.c fmt.h wsfe.o: fio.h wsfe.o: wsfe.c fmt.h -wsle.o: fio.h +wsle.o: fio.h config.h wsle.o: fmt.h wsle.o: wsle.c lio.h wsne.o: fio.h wsne.o: wsne.c lio.h -xwsne.o: fio.h +xwsne.o: fio.h config.h xwsne.o: lio.h xwsne.o: xwsne.c fmt.h -- 2.7.4