summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-19 11:01:21 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-19 11:01:21 +0000
commitdf9badbedd205f70343fbb18b3d239af9e2e70ba (patch)
tree2b0e966afda9367b04c7a60f0211935c2597c309 /Makefile.in
parent9e26d555085a1340b183a639f9d49b1c25ce502e (diff)
downloadgcc-df9badbedd205f70343fbb18b3d239af9e2e70ba.tar.gz
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
* Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60303 138bc75d-0d04-0410-961f-82ee72b054a4
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 a2265d4b61d..4466ec84161 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@