mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
2002-11-10 Roland McGrath <roland@redhat.com>
* config.make.in (includedir): New variable, substituted by configure. Reported missing by Jocelyn Fournier <joc@presence-pc.com>. * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
This commit is contained in:
parent
09b4d75f76
commit
25c751d0dc
@ -182,7 +182,7 @@ endif
|
||||
|
||||
# Where to install the header files.
|
||||
ifndef includedir
|
||||
includedir = $(exec_prefix)/include
|
||||
includedir = $(prefix)/include
|
||||
endif
|
||||
inst_includedir = $(install_root)$(includedir)
|
||||
|
||||
|
@ -17,6 +17,7 @@ sysconfdir = @libc_cv_sysconfdir@
|
||||
libexecdir = @libexecdir@
|
||||
rootsbindir = @libc_cv_rootsbindir@
|
||||
infodir = @infodir@
|
||||
includedir = @includedir@
|
||||
|
||||
# Should we use and build ldconfig?
|
||||
use-ldconfig = @use_ldconfig@
|
||||
|
Loading…
Reference in New Issue
Block a user