From: Richard Stallman Date: Tue, 6 Oct 1992 19:13:33 +0000 (+0000) Subject: (includedir): Make this /usr/local/include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29a7b973cd49862fdce6eba3ef03c9dd8a127d43;p=gcc.git (includedir): Make this /usr/local/include. From-SVN: r2342 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ff6e74da181..d4c8e6eaa15 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.