]> granicus.if.org Git - python/commitdiff
Get rid of Mac.pth: plat-mac is now added through the normal mechanism.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 17 Mar 2003 15:45:38 +0000 (15:45 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 17 Mar 2003 15:45:38 +0000 (15:45 +0000)
Mac/OSX/Mac.pth [deleted file]
Mac/OSX/Makefile

diff --git a/Mac/OSX/Mac.pth b/Mac/OSX/Mac.pth
deleted file mode 100644 (file)
index 3268143..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-../plat-mac
-../plat-mac/lib-scriptpackages
index e079ba78fce2efe0b35392e798ff723c2e26fe5f..f83d4156101ac00179923f1cdc7de23442e43caa 100644 (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)