summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
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
commit9735136d285637c8e8210c3abffb650dbddbf0b8 (patch)
tree486b9af6cd1b0fb6dc0e84f3f5528bb8de5e086b /Makefile.pre.in
parent03176a59b79c997a41ebcfef83d123c40a9d8694 (diff)
downloadcpython-9735136d285637c8e8210c3abffb650dbddbf0b8.tar.gz
Packaging removal: remove pysetup3 install from Makefile.
Diffstat (limited to 'Makefile.pre.in')
-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)