From: Thomas Wouters Date: Thu, 19 Jul 2001 13:21:05 +0000 (+0000) Subject: Revert the previous two changes, unsetting PYTHONHOME breaks the build X-Git-Tag: v2.1.1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=249b51cae9782abf6d3b936f49297dc28f521354;p=thirdparty%2FPython%2Fcpython.git Revert the previous two changes, unsetting PYTHONHOME breaks the build procedure on some platforms. Better safe than sorry! --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 9d8b40fa166a..f81702b4509d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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) \