diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2002-12-19 11:05:14 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2002-12-19 11:05:14 +0000 |
commit | 313b8244d15f5924ed3d773d5b10989be697854c (patch) | |
tree | 76947b39ad63c7686f91fc60770d9a9353ee489a /Makefile.tpl | |
parent | 5f5e16be30e5eab2267f83983922549ba6e4e4b1 (diff) | |
download | gdb-313b8244d15f5924ed3d773d5b10989be697854c.zip gdb-313b8244d15f5924ed3d773d5b10989be697854c.tar.gz gdb-313b8244d15f5924ed3d773d5b10989be697854c.tar.bz2 |
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index d656c50..de5291f 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -72,7 +72,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@ |