diff options
-rw-r--r-- | Mac/OSX/Mac.pth | 2 | ||||
-rw-r--r-- | Mac/OSX/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Mac/OSX/Mac.pth b/Mac/OSX/Mac.pth deleted file mode 100644 index 3268143844..0000000000 --- a/Mac/OSX/Mac.pth +++ /dev/null @@ -1,2 +0,0 @@ -../plat-mac -../plat-mac/lib-scriptpackages diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index e079ba78fc..f83d415610 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile @@ -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) |