aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-06 19:13:33 +0000
committerRichard Stallman <rms@gnu.org>1992-10-06 19:13:33 +0000
commit29a7b973cd49862fdce6eba3ef03c9dd8a127d43 (patch)
treead3e25057d13cfc589a74b3b810da5c3562b6dd3
parent0d37a74da4aa01868c4b70cd92cd552ad72b75b2 (diff)
downloadgcc-29a7b973cd49862fdce6eba3ef03c9dd8a127d43.zip
gcc-29a7b973cd49862fdce6eba3ef03c9dd8a127d43.tar.gz
gcc-29a7b973cd49862fdce6eba3ef03c9dd8a127d43.tar.bz2
(includedir): Make this /usr/local/include.
From-SVN: r2342
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ff6e74d..d4c8e6e 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -142,7 +142,7 @@ libdir = $(exec_prefix)/lib
# Directory in which the compiler finds executables, libraries, etc.
libsubdir = $(libdir)/gcc-lib/$(target)/$(version)
# Directory for header file assert.h.
-includedir = $(libdir)/include
+includedir = $(prefix)/include
# Extension (if any) to put in installed man-page filename.
manext = .1
# Directory in which to put man pages.