Commit 54e7d2c0 authored by Jack Jansen's avatar Jack Jansen

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

parent 7b59b42a
../plat-mac
../plat-mac/lib-scriptpackages
...@@ -15,7 +15,6 @@ bindir=$(dstroot)/usr/local/bin ...@@ -15,7 +15,6 @@ bindir=$(dstroot)/usr/local/bin
PYTHONAPPSPATH=/Applications/MacPython-$(VERSION) PYTHONAPPSPATH=/Applications/MacPython-$(VERSION)
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH) PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
APPINSTALLDIR=$(prefix)/Resources/Python.app APPINSTALLDIR=$(prefix)/Resources/Python.app
PTHFILE=$(srcdir)/Mac/OSX/Mac.pth
# Variables for installing the "normal" unix binaries # Variables for installing the "normal" unix binaries
INSTALLED_PYTHON=$(prefix)/bin/python INSTALLED_PYTHON=$(prefix)/bin/python
...@@ -214,7 +213,6 @@ installmacsubtree: ...@@ -214,7 +213,6 @@ installmacsubtree:
done; \ done; \
done done
$(INSTALL_DATA) $(PTHFILE) $(LIBDEST)/site-packages/
$(BUILDPYTHON) $(CACHERSRC) -v $(MACLIBDEST) $(MACTOOLSDEST) $(BUILDPYTHON) $(CACHERSRC) -v $(MACLIBDEST) $(MACTOOLSDEST)
$(BUILDPYTHON) -Wi -tt $(compileall) -x badsyntax $(MACTOOLSDEST) $(BUILDPYTHON) -Wi -tt $(compileall) -x badsyntax $(MACTOOLSDEST)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment