]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert the previous two changes, unsetting PYTHONHOME breaks the build
authorThomas Wouters <thomas@python.org>
Thu, 19 Jul 2001 13:21:05 +0000 (13:21 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 19 Jul 2001 13:21:05 +0000 (13:21 +0000)
procedure on some platforms. Better safe than sorry!

Makefile.pre.in

index 9d8b40fa166aab40239f1d28624871f93e865c16..f81702b4509d9163181fff86f056a4c5be8b0149 100644 (file)
@@ -282,8 +282,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) \