diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-05 20:29:36 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-05 20:29:36 +0000 |
commit | dbdbdae9a653a235249ac69dac7703606f0b546a (patch) | |
tree | 9fbb449bae2f51c47753da091f22d42744273fa9 /gcc/install.texi | |
parent | dffae35bcf6e3f57fbd540d18701c990696ceb2b (diff) | |
download | gcc-dbdbdae9a653a235249ac69dac7703606f0b546a.tar.gz |
* install.texi (Header Dirs): s/GPLUS/GPLUSPLUS/.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/install.texi')
-rw-r--r-- | gcc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/install.texi b/gcc/install.texi index 0e51c5fd2ff..ac360e92623 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -2438,7 +2438,7 @@ installed before GNU CC is built. If the cross compilation header files are already suitable for ANSI C and GNU CC, nothing special need be done). -@code{GPLUS_INCLUDE_DIR} means the same thing for native and cross. It +@code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross. It is where @code{g++} looks first for header files. The C++ library installs only target independent header files in that directory. |