This is the mail archive of the gcc-bugs@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]

libf2c bug (config.h.in)


I'm pretty sure this is wrong... but I'll use it to show the problem.
There is no config.h.in file.


Doing diffs in libf2c/libU77:
*** libf2c/libU77/Makefile.in.~1~	Thu Jul 16 19:50:11 1998
--- libf2c/libU77/Makefile.in	Thu Jul 16 20:17:32 1998
*************** ${srcdir}/stamp-h.in: configure.in accon
*** 105,111 ****
  	echo timestamp > ${srcdir}/stamp-h.in
  
  config.h: stamp-h
! stamp-h: config.h.in config.status
  	$(SHELL) config.status
  	echo timestamp > stamp-h
  
--- 105,111 ----
  	echo timestamp > ${srcdir}/stamp-h.in
  
  config.h: stamp-h
! stamp-h: config.hin config.status
  	$(SHELL) config.status
  	echo timestamp > stamp-h
  
--------------


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