This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Fortran - trunk, committed] Update libf2c/libI77/Makefile.in dependencies on config.h


L.S.,

Apparently, due to the hectic updates around the use of config.h in
libf2c/libI77, the dependencies on this file were never adequately
updated.

Fixed now - on the trunk.  This patch would also be useful on the 3.0
branch.

Bootstrapped and checked on i686-pc-linux-gnu.

[attached]

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
*** libI77/Makefile.in.orig	Tue May 22 19:48:07 2001
--- libI77/Makefile.in	Sat Jul  7 15:28:40 2001
*************** VersionI.o: Version.c
*** 97,118 ****
  	$(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c
  
! backspace.o:	backspace.c fio.h
! close.o:	close.c fio.h
! dfe.o:		fio.h
  dfe.o:		dfe.c fmt.h
! dolio.o:	dolio.c
! due.o:		due.c fio.h
  endfile.o:	endfile.c fio.h rawio.h config.h
! err.o:		err.c fio.h rawio.h
! fmt.o:		fio.h
  fmt.o:		fmt.c fmt.h
! fmtlib.o:	fmtlib.c
! ftell_.o:	ftell_.c fio.h
  iio.o:		fio.h
  iio.o:		iio.c fmt.h
! ilnw.o:		fio.h
  ilnw.o:		ilnw.c lio.h
! inquire.o:	inquire.c fio.h
! lread.o:	fio.h
  lread.o:	fmt.h
  lread.o:	lio.h
--- 97,118 ----
  	$(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c
  
! 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 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 config.h
! fmt.o:		fio.h config.h
  fmt.o:		fmt.c fmt.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 config.h
  ilnw.o:		ilnw.c lio.h
! inquire.o:	inquire.c fio.h config.h
! lread.o:	fio.h config.h
  lread.o:	fmt.h
  lread.o:	lio.h
*************** lwrite.o:	fio.h
*** 121,153 ****
  lwrite.o:	fmt.h
  lwrite.o:	lwrite.c lio.h
! open.o:		open.c fio.h rawio.h
! rdfmt.o:	fio.h
  rdfmt.o:	fmt.h
  rdfmt.o:	rdfmt.c fp.h
  rewind.o:	rewind.c fio.h
! rsfe.o:		fio.h
  rsfe.o:		rsfe.c fmt.h
  rsli.o:		fio.h
  rsli.o:		rsli.c lio.h
! rsne.o:		fio.h
  rsne.o:		rsne.c lio.h
  sfe.o:		sfe.c fio.h
! sue.o:		sue.c fio.h
! typesize.o:	typesize.c
  uio.o:		uio.c fio.h
! util.o:		util.c fio.h
  wref.o:		fio.h
  wref.o:		fmt.h
  wref.o:		wref.c fp.h
! wrtfmt.o:	fio.h
  wrtfmt.o:	wrtfmt.c fmt.h
  wsfe.o:		fio.h
  wsfe.o:		wsfe.c fmt.h
! wsle.o:		fio.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:	lio.h
  xwsne.o:	xwsne.c fmt.h
--- 121,153 ----
  lwrite.o:	fmt.h
  lwrite.o:	lwrite.c lio.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 config.h
  rsfe.o:		rsfe.c fmt.h
  rsli.o:		fio.h
  rsli.o:		rsli.c lio.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 config.h
! typesize.o:	typesize.c config.h
  uio.o:		uio.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 config.h
  wrtfmt.o:	wrtfmt.c fmt.h
  wsfe.o:		fio.h
  wsfe.o:		wsfe.c fmt.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 config.h
  xwsne.o:	lio.h
  xwsne.o:	xwsne.c fmt.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]