diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-09 19:14:24 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-09 19:14:24 -0400 |
commit | c975ddd5747d2abd41ce57dc3955dc79d81c9bc6 (patch) | |
tree | 8fdc285659b406d3777c3f269f56cd6f2ae0ff69 /gcc | |
parent | 9514f0d113f1dfc578168792c7ba37d96c18b4f4 (diff) | |
download | gcc-c975ddd5747d2abd41ce57dc3955dc79d81c9bc6.zip gcc-c975ddd5747d2abd41ce57dc3955dc79d81c9bc6.tar.gz gcc-c975ddd5747d2abd41ce57dc3955dc79d81c9bc6.tar.bz2 |
(gxx_include_dir): Use autoconf variable.
From-SVN: r14202
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 281abce..58ed057 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -211,7 +211,7 @@ libdir = @libdir@ # Directory in which the compiler finds executables, libraries, etc. libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(version) # 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. old_gxx_include_dir= $(libdir)/g++-include # Directory to search for site-specific includes. |