projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb51ed3
)
Use RUNSHARED for python invocations. Fixes #661408.
author
Martin v. Löwis
<martin@v.loewis.de>
Fri, 3 Jan 2003 20:39:29 +0000
(20:39 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Fri, 3 Jan 2003 20:39:29 +0000
(20:39 +0000)
Makefile.pre.in
patch
|
blob
|
history
diff --git
a/Makefile.pre.in
b/Makefile.pre.in
index 6683c887ae9a4ed63d6949c85b60e793ac0917b0..c7c41561b86a8e96793220f87df85386b6d4434f 100644
(file)
--- 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)