diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-31 13:58:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-31 13:58:51 +0000 |
commit | 090d0bf0590324c9dfa185197bea1dbe35cebf86 (patch) | |
tree | e391caaaabc2f1d85e2f10e55c5d72d55adddffc /gcc/ch | |
parent | 8c6f4f88f4ccfcf5e80737045a0aa2ee5cf9214c (diff) | |
download | gcc-090d0bf0590324c9dfa185197bea1dbe35cebf86.tar.gz |
* Makefile.in: Remove naked "^L".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35379 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-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 339f48dfc13..6ac09803ac3 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 4bc7e3b76bb..f1f71968ad4 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. |