summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-06-24 01:20:58 -0700
committerNed Deily <nad@acm.org>2012-06-24 01:20:58 -0700
commit99ac2f1d06874a00d59cf7632d68ecfe4c8de1d2 (patch)
tree73fdd018595ed94a98797bdfacc253cab777e831
parentf841e42a98e95c863b11f2232ab6b73f11d5e190 (diff)
downloadcpython-git-99ac2f1d06874a00d59cf7632d68ecfe4c8de1d2.tar.gz
Packaging removal: remove pysetup3 install from Makefile.
-rw-r--r--Makefile.pre.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 215684795c..1288833b90 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -946,8 +946,6 @@ 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)
-rm -f $(DESTDIR)$(BINDIR)/pyvenv
(cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv)