diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-02-28 11:21:03 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-02-28 11:21:03 +0100 |
commit | 7a8d8cadb3cc516c0a72f9a29fdd285195907e86 (patch) | |
tree | 36c531007e078a2bd76cf53e0959ecae97af6325 | |
parent | b0eaa5b4935b73088b423d2d078a4b361c62e288 (diff) | |
download | gcc-7a8d8cadb3cc516c0a72f9a29fdd285195907e86.zip gcc-7a8d8cadb3cc516c0a72f9a29fdd285195907e86.tar.gz gcc-7a8d8cadb3cc516c0a72f9a29fdd285195907e86.tar.bz2 |
re PR bootstrap/52414 (syntax error in VERSION script)
PR bootstrap/52414
* src/Makefile.am (libstdc++-symbols.ver): Only remove comment lines
if they are at the beginning of lines (with optional whitespace before
#).
* src/Makefile.in: Regenerated.
From-SVN: r184624
-rw-r--r-- | libstdc++-v3/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9d038f2..8dc0bb7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,6 @@ 2012-02-28 Jakub Jelinek <jakub@redhat.com> + PR bootstrap/52414 * src/Makefile.am (libstdc++-symbols.ver): Only remove comment lines if they are at the beginning of lines (with optional whitespace before #). |