summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
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
commit262a8bfcf28bba1cb3167c689e9024f5729813d8 (patch)
tree4e86e9d4c86babb21349ca1542c0b51c8d7e35f6 /Makefile.tpl
parentc3405ba93ee5a90c75e4eb95f842765b10281928 (diff)
downloadcygnal-262a8bfcf28bba1cb3167c689e9024f5729813d8.tar.gz
cygnal-262a8bfcf28bba1cb3167c689e9024f5729813d8.tar.bz2
cygnal-262a8bfcf28bba1cb3167c689e9024f5729813d8.zip
* 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@