summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-05-31 06:31:50 (GMT)
committerTarek Ziade <tarek@ziade.org>2011-05-31 06:31:50 (GMT)
commit90fb9283fc342339ef6687d4927d3b74b2b73ecd (patch)
tree15141e8859ea11d0446db03525b49450ef622f46 /Makefile.pre.in
parentcccfd9932dcbf808ca3b3e2c494799dfab4ae074 (diff)
downloadcpython-90fb9283fc342339ef6687d4927d3b74b2b73ecd.zip
cpython-90fb9283fc342339ef6687d4927d3b74b2b73ecd.tar.gz
cpython-90fb9283fc342339ef6687d4927d3b74b2b73ecd.tar.bz2
promoted pysetup3 to a top-level script
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index dff1252..f6ecacf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -888,6 +888,8 @@ bininstall: altbininstall
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
-rm -f $(DESTDIR)$(BINDIR)/2to3
(cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
+ -rm -f $(DESTDIR)$(BINDIR)/pysetup3
+ (cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
# Install the manual page
maninstall: