This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc/ch/Makefile has naked ^L
- To: gcc-bugs at gcc dot gnu dot org
- Subject: gcc/ch/Makefile has naked ^L
- From: Casper Dik <Casper dot Dik at holland dot sun dot com>
- Date: Mon, 31 Jul 2000 15:24:07 +0200
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.