(gxx_include_dir): Use autoconf variable.

From-SVN: r14202
This commit is contained in:
Richard Kenner 1997-06-09 19:14:24 -04:00
parent 9514f0d113
commit c975ddd574

View File

@ -211,7 +211,7 @@ libdir = @libdir@
# Directory in which the compiler finds executables, libraries, etc. # Directory in which the compiler finds executables, libraries, etc.
libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(version) libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(version)
# Directory in which the compiler finds g++ includes. # Directory in which the compiler finds g++ includes.
gxx_include_dir= $(prefix)/include/g++ gxx_include_dir= @gxx_include_dir@
# Directory in which the old g++ header files may be found. # Directory in which the old g++ header files may be found.
old_gxx_include_dir= $(libdir)/g++-include old_gxx_include_dir= $(libdir)/g++-include
# Directory to search for site-specific includes. # Directory to search for site-specific includes.