Get rid of Mac.pth: plat-mac is now added through the normal mechanism.

This commit is contained in:
Jack Jansen 2003-03-17 15:45:38 +00:00
parent 7b59b42a38
commit 54e7d2c029
2 changed files with 0 additions and 4 deletions

View File

@ -1,2 +0,0 @@
../plat-mac
../plat-mac/lib-scriptpackages

View File

@ -15,7 +15,6 @@ bindir=$(dstroot)/usr/local/bin
PYTHONAPPSPATH=/Applications/MacPython-$(VERSION)
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
APPINSTALLDIR=$(prefix)/Resources/Python.app
PTHFILE=$(srcdir)/Mac/OSX/Mac.pth
# Variables for installing the "normal" unix binaries
INSTALLED_PYTHON=$(prefix)/bin/python
@ -214,7 +213,6 @@ installmacsubtree:
done; \
done
$(INSTALL_DATA) $(PTHFILE) $(LIBDEST)/site-packages/
$(BUILDPYTHON) $(CACHERSRC) -v $(MACLIBDEST) $(MACTOOLSDEST)
$(BUILDPYTHON) -Wi -tt $(compileall) -x badsyntax $(MACTOOLSDEST)