summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-08-02 06:20:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-08-02 06:20:20 (GMT)
commitd429ab6df9813cc641d5893eab7d8d5700e7f968 (patch)
tree052a186f92af0131b75d87467c78f84a13af7c14 /Makefile.pre.in
parent5962cbf5baa2fb4bf5817b1e272acc3512e49027 (diff)
downloadcpython-d429ab6df9813cc641d5893eab7d8d5700e7f968.zip
cpython-d429ab6df9813cc641d5893eab7d8d5700e7f968.tar.gz
cpython-d429ab6df9813cc641d5893eab7d8d5700e7f968.tar.bz2
Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ff22ef3..825c854 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -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