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]

gcc/ch/Makefile has naked ^L



Sun's make doesn't like naked ^L; most of the ^Ls are commented out
(as they should) with #, but one was missed (egcs- 24/7/2000)

*** ./gcc/ch/Makefile.in.org	Sun Jun 11 06:29:47 2000
--- ./gcc/ch/Makefile.in	Mon Jul 31 15:21:18 2000
***************
*** 322,328 ****
  ## with no dependencies and no actions.
  unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
  
! 
  # These exist for maintenance purposes.
  
  # Update the tags table.
--- 322,328 ----
  ## with no dependencies and no actions.
  unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
  
! #
  # These exist for maintenance purposes.
  
  # Update the tags table.

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