diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-02 14:17:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-02 14:17:49 +0000 |
commit | b7ba05c0794b6b46a876a7540b0fe112c9a9e756 (patch) | |
tree | cbb6578d43ea22467a008e492c4f33e302b59ba8 /Makefile.in | |
parent | de326e08b17279667441856172801ac487554156 (diff) | |
download | gcc-b7ba05c0794b6b46a876a7540b0fe112c9a9e756.tar.gz |
* configure (gxx_include_dir): Removed.
* configure.in (gxx_include_dir): Handle it.
* Makefile.in: Likewise.
* libio/configure.in (gxx_include_dir): Handle it.
* libio/Makefile.in: Likewise.
* libstdc++/configure.in (gxx_include_dir): Handle it.
* libstdc++/Makefile.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26126 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 79527fbdd64..795a7da3fd3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,6 +35,7 @@ includedir=${prefix}/include oldincludedir=/usr/include infodir=${prefix}/info mandir=${prefix}/man +gxx_include_dir=${includedir}/g++ tooldir = $(exec_prefix)/$(target_alias) build_tooldir = $(exec_prefix)/$(target_alias) |