Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall.

This commit is contained in:
Martin v. Löwis 2002-11-21 20:29:57 +00:00
parent dffda2eaf9
commit 8f8d1d2140
1 changed files with 6 additions and 1 deletions

View File

@ -828,7 +828,12 @@ frameworkinstallunixtools:
# This installs IDLE
idleinstall:
SRCDIR=$(srcdir) ./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install --check-tkinter
SRCDIR=$(srcdir) \
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
--check-tkinter \
--prefix=$(prefix) \
--install-scripts=$(BINDIR) \
--install-platlib=$(DESTSHARED)
# Build the toplevel Makefile
Makefile.pre: Makefile.pre.in config.status