summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-11 20:28:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-05-11 20:28:02 (GMT)
commit8f51526837b7edae4a4424657f0105b35e1c4648 (patch)
tree0e660b8528f70871c838d8804b8eac3b6c3f6098 /Makefile.pre.in
parent3b8ee0871e84281eb814a9302e2ab515591dd0af (diff)
downloadcpython-8f51526837b7edae4a4424657f0105b35e1c4648.zip
cpython-8f51526837b7edae4a4424657f0105b35e1c4648.tar.gz
cpython-8f51526837b7edae4a4424657f0105b35e1c4648.tar.bz2
Patch #735613: Pass install-purelib to idleinstall.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 39f2917..3bb44a4 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -875,6 +875,7 @@ idleinstall:
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
--check-tkinter \
--prefix=$(prefix) \
+ --install-purelib=$(LIBDEST) \
--install-scripts=$(BINDIR) \
--install-platlib=$(DESTSHARED) \
--root=/$(DESTDIR)