]> granicus.if.org Git - python/commitdiff
Thomas, I don't care about unset either, but setting PYTHONHOME=
authorGuido van Rossum <guido@python.org>
Thu, 19 Jul 2001 15:17:52 +0000 (15:17 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Jul 2001 15:17:52 +0000 (15:17 +0000)
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

Makefile.pre.in

index a6448a9c20ef56b971d8e194a519dfa4b9f78543..dc63519307636f0173b3de6bece115ffa1c1dd7b 100644 (file)
@@ -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) \