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
# 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) \