summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-27 22:54:28 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-11-27 22:54:28 (GMT)
commita775dd176c9ddcb1bc542e02c8e94fdbbc190d38 (patch)
treec3a9f20a11036143ca512a507464cb089d101c7b /Mac
parentccabed35eea413ca48c2babf01afae8a7518f5c7 (diff)
downloadcpython-a775dd176c9ddcb1bc542e02c8e94fdbbc190d38.zip
cpython-a775dd176c9ddcb1bc542e02c8e94fdbbc190d38.tar.gz
cpython-a775dd176c9ddcb1bc542e02c8e94fdbbc190d38.tar.bz2
the "idle" script has moved from Lib/idlelib to Tools/scripts.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/OSX/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index d65dcf9..3c82a24 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -157,12 +157,12 @@ install_IDLE:
--python $(INSTALLED_PYTHONW) \
--output $(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app \
--extra $(srcdir)/Lib/idlelib \
- $(srcdir)/Lib/idlelib/idle ; \
+ $(srcdir)/Tools/scripts/idle ; \
$(BUILDPYTHON) $(srcdir)/Mac/scripts/BuildApplet.py \
--python $(INSTALLED_PYTHONW) \
--output $(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app \
--extra $(srcdir)/Lib/idlelib:Contents/Resources/idlelib \
- $(srcdir)/Lib/idlelib/idle ; \
+ $(srcdir)/Tools/scripts/idle ; \
fi