OSDN Git Service

(includedir): Make this /usr/local/include.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Oct 1992 19:13:33 +0000 (19:13 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Oct 1992 19:13:33 +0000 (19:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2342 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index ff6e74d..d4c8e6e 100644 (file)
@@ -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.