From: Jack Jansen Date: Mon, 17 Mar 2003 15:45:38 +0000 (+0000) Subject: Get rid of Mac.pth: plat-mac is now added through the normal mechanism. X-Git-Tag: v2.3c1~1447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54e7d2c0295ae53b31f54b2726bf8333a6374667;p=python Get rid of Mac.pth: plat-mac is now added through the normal mechanism. --- 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)