(includedir): Use local_prefix.

From-SVN: r3366
This commit is contained in:
Richard Stallman 1993-01-27 18:11:43 +00:00
parent 9bc906845f
commit 4b7179be95

View File

@ -150,7 +150,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 = $(prefix)/include
includedir = $(local_prefix)/include
# assertdir is overridden in cross-make.
assertdir = $(includedir)
# Extension (if any) to put in installed man-page filename.