aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2002-12-19 11:05:14 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2002-12-19 11:05:14 +0000
commit313b8244d15f5924ed3d773d5b10989be697854c (patch)
tree76947b39ad63c7686f91fc60770d9a9353ee489a /Makefile.in
parent5f5e16be30e5eab2267f83983922549ba6e4e4b1 (diff)
downloadgdb-313b8244d15f5924ed3d773d5b10989be697854c.zip
gdb-313b8244d15f5924ed3d773d5b10989be697854c.tar.gz
gdb-313b8244d15f5924ed3d773d5b10989be697854c.tar.bz2
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a2265d4..4466ec8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,7 +69,8 @@ includedir = @includedir@
oldincludedir = @oldincludedir@
infodir = @infodir@
mandir = @mandir@
-gxx_include_dir=@gxx_include_dir@
+gxx_include_dir = @gxx_include_dir@
+libstdcxx_incdir = @libstdcxx_incdir@
tooldir = @tooldir@
build_tooldir = @build_tooldir@