diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-09-26 22:41:53 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-09-26 22:41:53 +0000 |
commit | dada8ffd5a2850070e288f41372025ffb72dbfb2 (patch) | |
tree | a40a6b2bb628cf1707e6225a4c91adc2c84bd1c0 /gcc | |
parent | 1409d0c7df120dfb77fa6563e4c3c121ac7c872a (diff) | |
download | gcc-dada8ffd5a2850070e288f41372025ffb72dbfb2.zip gcc-dada8ffd5a2850070e288f41372025ffb72dbfb2.tar.gz gcc-dada8ffd5a2850070e288f41372025ffb72dbfb2.tar.bz2 |
Remove stray whitespace on blank line
From-SVN: r36649
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index b81c4f0..6a20301 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -100,7 +100,7 @@ VPATH = @srcdir@ # Additional system libraries to link with. CLIB= - + # Top build directory, relative to here. top_builddir = .. |