A libf2c Makefile patch

Dave Love d.love@dl.ac.uk
Wed Sep 23 13:50:00 GMT 1998


>>>>> "HJ" == H J Lu <hjl@lucon.org> writes:

 HJ> This patch is needed for parallel make.

I think this is what's missing.  (Untested.)

1998-09-23  Dave Love  <d.love@dl.ac.uk>

	* Makefile.in (f2cext.c): Depend on g2c.h.

Index: Makefile.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/libf2c/Makefile.in,v
retrieving revision 1.22
diff -u -p -c -r1.22 Makefile.in
diff: conflicting specifications of output style
*** Makefile.in	1998/09/21 10:34:22	1.22
--- Makefile.in	1998/09/23 20:44:17
*************** s-libe77: f2cext.c
*** 121,126 ****
--- 121,128 ----
  	done
  	echo timestamp >s-libe77
  
+ f2cext.c: g2c.h
+ 
  ${srcdir}/configure: configure.in
  	rm -f config.cache
  	cd $(srcdir) && autoconf



More information about the Gcc-patches mailing list