projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9514f0d
)
(gxx_include_dir): Use autoconf variable.
author
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 9 Jun 1997 23:14:24 +0000
(19:14 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 9 Jun 1997 23:14:24 +0000
(19:14 -0400)
From-SVN: r14202
gcc/Makefile.in
patch
|
blob
|
history
diff --git
a/gcc/Makefile.in
b/gcc/Makefile.in
index 281abce75282435d09031a228f9500b3be335ccb..58ed057fb3de1f9222e2e170a4c4404b04d5a219 100644
(file)
--- 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.