From 249b51cae9782abf6d3b936f49297dc28f521354 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Thu, 19 Jul 2001 13:21:05 +0000 Subject: [PATCH] Revert the previous two changes, unsetting PYTHONHOME breaks the build procedure on some platforms. Better safe than sorry! --- Makefile.pre.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) \ -- 2.47.3