diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 339f48d..6ac0980 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 31 07:58:31 2000 Casper Dik <Casper.Dik@holland.sun.com> + + * Makefile.in: Remove naked "^L". + 2000-07-13 Zack Weinberg <zack@wolery.cumb.org> * lang-specs.h: Use the new named specs. Remove unnecessary braces. diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in index 4bc7e3b..f1f7196 100644 --- a/gcc/ch/Makefile.in +++ b/gcc/ch/Makefile.in @@ -322,7 +322,7 @@ ch-version.c : Makefile ## with no dependencies and no actions. unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET : - +# # These exist for maintenance purposes. # Update the tags table. |