summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2007-12-05 20:43:57 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2007-12-05 20:43:57 (GMT)
commitde39bd3f27baec8684d2adf1664834a81dcdb2ef (patch)
tree8b17bf69533835c34f9ab37c46160166e2c74c21 /Makefile.pre.in
parent03acd85dbf94b7c5cede331597cca9b22365fb4f (diff)
downloadcpython-de39bd3f27baec8684d2adf1664834a81dcdb2ef.zip
cpython-de39bd3f27baec8684d2adf1664834a81dcdb2ef.tar.gz
cpython-de39bd3f27baec8684d2adf1664834a81dcdb2ef.tar.bz2
This is a backport of the fix in rev. 59369.
This patch doesn't remove the wrappers for OSADebug* API's but only defines them when configure detects that the API's are present in the system's header files.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9cf1be0..3cd9c67 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -82,6 +82,9 @@ prefix= @prefix@
# Install prefix for architecture-dependent files
exec_prefix= @exec_prefix@
+# Install prefix for data files
+datarootdir= @datarootdir@
+
# Expanded directories
BINDIR= $(exec_prefix)/bin
LIBDIR= $(exec_prefix)/lib