]> gcc.gnu.org Git - gcc.git/commitdiff
(gxx_include_dir): Use autoconf variable.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 9 Jun 1997 23:14:24 +0000 (19:14 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 9 Jun 1997 23:14:24 +0000 (19:14 -0400)
From-SVN: r14202

gcc/Makefile.in

index 281abce75282435d09031a228f9500b3be335ccb..58ed057fb3de1f9222e2e170a4c4404b04d5a219 100644 (file)
@@ -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.
This page took 0.063484 seconds and 5 git commands to generate.