From c975ddd5747d2abd41ce57dc3955dc79d81c9bc6 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 9 Jun 1997 19:14:24 -0400 Subject: [PATCH] (gxx_include_dir): Use autoconf variable. From-SVN: r14202 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 281abce7528..58ed057fb3d 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. -- 2.30.2