summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-07-19 15:17:52 (GMT)
committerGuido van Rossum <guido@python.org>2001-07-19 15:17:52 (GMT)
commite31c2eeb410464084e6dc88beae03da766a68ee4 (patch)
tree0cb246e871bbbf16cc9887732589b5899912eef8 /Makefile.pre.in
parentab01087109046dc7fea5c62529a6e4e79847036f (diff)
downloadcpython-e31c2eeb410464084e6dc88beae03da766a68ee4.zip
cpython-e31c2eeb410464084e6dc88beae03da766a68ee4.tar.gz
cpython-e31c2eeb410464084e6dc88beae03da766a68ee4.tar.bz2
Thomas, I don't care about unset either, but setting PYTHONHOME=
doesn't work -- it actually prevents the extensions from being built properly. So I'm changing the "sharedmods" target to what I presume it was before: PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index a6448a9..dc63519 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -286,8 +286,7 @@ platform: $(PYTHON)
# Build the shared modules
sharedmods: $(PYTHON)
- PYTHONPATH= PYTHONHOME= PYTHONSTARTUP= \
- ./$(PYTHON) $(srcdir)/setup.py build
+ PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
# buildno should really depend on something like LIBRARY_SRC
buildno: $(PARSER_OBJS) \