summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-03-17 15:45:38 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-03-17 15:45:38 (GMT)
commit54e7d2c0295ae53b31f54b2726bf8333a6374667 (patch)
tree0fbe7b95e0705705bc7a7b4dbe9dab2567fa5e00 /Mac
parent7b59b42a3803b965e9b5f3ad2fdd3999c95480e6 (diff)
downloadcpython-54e7d2c0295ae53b31f54b2726bf8333a6374667.zip
cpython-54e7d2c0295ae53b31f54b2726bf8333a6374667.tar.gz
cpython-54e7d2c0295ae53b31f54b2726bf8333a6374667.tar.bz2
Get rid of Mac.pth: plat-mac is now added through the normal mechanism.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/OSX/Mac.pth2
-rw-r--r--Mac/OSX/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/Mac/OSX/Mac.pth b/Mac/OSX/Mac.pth
deleted file mode 100644
index 3268143..0000000
--- 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 e079ba7..f83d415 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)