diff options
author | Andreas Schwab <schwab@suse.de> | 2002-12-19 11:05:14 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-12-19 11:05:14 +0000 |
commit | 6461e7a774d724191e8ea281d72a5c6888368658 (patch) | |
tree | de0e40bbe4bdd52a6b089e792495a2b07fb8be78 /Makefile.tpl | |
parent | a5acf46f28e24991ab902e573e21e1d8511c71d6 (diff) | |
download | gdb-6461e7a774d724191e8ea281d72a5c6888368658.tar.gz |
* 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 d656c5065d5..de5291f54de 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@ |