diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-09 20:34:19 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-09 20:34:19 +0000 |
commit | b89e7a84489166d635a5618bb9e1f690c2bf3f07 (patch) | |
tree | bec4330f65eeec6c5f033bd1488eb52d6b2d3d9f /libstdc++-v3/include | |
parent | 1bd14dcb5b5ba446bac57acbc5f29fba2010cbab (diff) | |
download | gcc-b89e7a84489166d635a5618bb9e1f690c2bf3f07.tar.gz |
2002-01-09 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (c_base_srcdir): Remove duplicate '/'.
* include/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48686 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r-- | libstdc++-v3/include/Makefile.am | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index eff88d03c7e..1c0bdb3f504 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 ab7981cc414..53f2d079a1a 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 \ |