diff options
author | Casper Dik <Casper.Dik@holland.sun.com> | 2000-07-31 13:58:51 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-07-31 07:58:51 -0600 |
commit | 9c08f7e6be80912f87ec5258c2f29c5918d528f7 (patch) | |
tree | e391caaaabc2f1d85e2f10e55c5d72d55adddffc /gcc | |
parent | 64e3a413719e93c9d01406ccb6e14a4c28da86e0 (diff) | |
download | gcc-9c08f7e6be80912f87ec5258c2f29c5918d528f7.zip gcc-9c08f7e6be80912f87ec5258c2f29c5918d528f7.tar.gz gcc-9c08f7e6be80912f87ec5258c2f29c5918d528f7.tar.bz2 |
* Makefile.in: Remove naked "^L".
From-SVN: r35379
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. |