Avoid the use of 'unset', which isn't available on all platforms. Fixes SF

bug #442627.
This commit is contained in:
Thomas Wouters 2001-07-19 09:34:09 +00:00
parent 4d712a4d67
commit ee6a4a28ce

View file

@ -286,7 +286,7 @@ platform: $(PYTHON)
# Build the shared modules
sharedmods: $(PYTHON)
unset PYTHONPATH PYTHONHOME PYTHONSTARTUP; \
PYTHONPATH= PYTHONHOME= PYTHONSTARTUP= \
./$(PYTHON) $(srcdir)/setup.py build
# buildno should really depend on something like LIBRARY_SRC