mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671.
This commit is contained in:
parent
5962cbf5ba
commit
d429ab6df9
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ exec_prefix= @exec_prefix@
|
|||
# Expanded directories
|
||||
BINDIR= $(exec_prefix)/bin
|
||||
LIBDIR= $(exec_prefix)/lib
|
||||
MANDIR= $(prefix)/man
|
||||
INCLUDEDIR= $(prefix)/include
|
||||
MANDIR= @mandir@
|
||||
INCLUDEDIR= @includedir@
|
||||
CONFINCLUDEDIR= $(exec_prefix)/include
|
||||
SCRIPTDIR= $(prefix)/lib
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue