Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2002-12-19 14:05:14 +0300
committerAndreas Schwab <schwab@linux-m68k.org>2002-12-19 14:05:14 +0300
commit262a8bfcf28bba1cb3167c689e9024f5729813d8 (patch)
tree4e86e9d4c86babb21349ca1542c0b51c8d7e35f6 /Makefile.tpl
parentc3405ba93ee5a90c75e4eb95f842765b10281928 (diff)
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index d656c5065..de5291f54 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@