Skip to content

Commit

Permalink
2002-11-10 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* 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).
  • Loading branch information
Roland McGrath committed Nov 10, 2002
1 parent 09b4d75 commit 25c751d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makeconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions config.make.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down

0 comments on commit 25c751d

Please sign in to comment.