From 01f43118f7b51a538ad9e3f23251319bd3db125e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 3 Jan 2003 20:39:29 +0000 Subject: [PATCH] Use RUNSHARED for python invocations. Fixes #661408. --- Makefile.pre.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 6683c887ae9..c7c41561b86 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -838,7 +838,7 @@ frameworkinstallunixtools: # This installs IDLE idleinstall: - SRCDIR=$(srcdir) \ + SRCDIR=$(srcdir) $(RUNSHARED) \ ./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \ --check-tkinter \ --prefix=$(prefix) \ @@ -847,7 +847,7 @@ idleinstall: # This installs a few of the useful scripts in Tools/scripts scriptsinstall: - SRCDIR=$(srcdir) \ + SRCDIR=$(srcdir) $(RUNSHARED) \ ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \ --prefix=$(prefix) \ --install-scripts=$(BINDIR)