diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2002-01-09 20:34:19 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-01-09 20:34:19 +0000 |
commit | 30c1fa7651633029f1804cc37a9e4e824736b577 (patch) | |
tree | bec4330f65eeec6c5f033bd1488eb52d6b2d3d9f | |
parent | a2a2c12d8bf544052df4403f0864afd11e6b0ba4 (diff) | |
download | gcc-30c1fa7651633029f1804cc37a9e4e824736b577.zip gcc-30c1fa7651633029f1804cc37a9e4e824736b577.tar.gz gcc-30c1fa7651633029f1804cc37a9e4e824736b577.tar.bz2 |
Makefile.am (c_base_srcdir): Remove duplicate '/'.
2002-01-09 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (c_base_srcdir): Remove duplicate '/'.
* include/Makefile.in: Regenerate.
From-SVN: r48686
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/include/Makefile.am | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4ae0797..b06d54e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-01-09 Benjamin Kosnik <bkoz@redhat.com> + + * include/Makefile.am (c_base_srcdir): Remove duplicate '/'. + * include/Makefile.in: Regenerate. + 2002-01-09 Bo Thorsen <bo@suse.co.uk> * config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index eff88d0..1c0bdb3 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -159,7 +159,7 @@ ext_headers = \ ${ext_srcdir}/stl_rope.h # This is the common subset of files that all three "C" header models use. -c_base_srcdir = @C_INCLUDE_DIR@/ +c_base_srcdir = @C_INCLUDE_DIR@ c_base_builddir = ./ c_base_headers = \ ${c_base_srcdir}/cassert \ diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index ab7981c..53f2d07 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -287,7 +287,7 @@ ext_headers = \ # This is the common subset of files that all three "C" header models use. -c_base_srcdir = @C_INCLUDE_DIR@/ +c_base_srcdir = @C_INCLUDE_DIR@ c_base_builddir = ./ c_base_headers = \ ${c_base_srcdir}/cassert \ |