From 54e7d2c0295ae53b31f54b2726bf8333a6374667 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 17 Mar 2003 15:45:38 +0000 Subject: [PATCH] Get rid of Mac.pth: plat-mac is now added through the normal mechanism. --- Mac/OSX/Mac.pth | 2 -- Mac/OSX/Makefile | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 Mac/OSX/Mac.pth diff --git a/Mac/OSX/Mac.pth b/Mac/OSX/Mac.pth deleted file mode 100644 index 32681438443..00000000000 --- 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 e079ba78fce..f83d4156101 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)