diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-19 11:01:21 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-19 11:01:21 +0000 |
commit | df9badbedd205f70343fbb18b3d239af9e2e70ba (patch) | |
tree | 2b0e966afda9367b04c7a60f0211935c2597c309 /Makefile.tpl | |
parent | 9e26d555085a1340b183a639f9d49b1c25ce502e (diff) | |
download | ppe42-gcc-df9badbedd205f70343fbb18b3d239af9e2e70ba.tar.gz ppe42-gcc-df9badbedd205f70343fbb18b3d239af9e2e70ba.zip |
* 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.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@ |