From: Ned Deily Date: Sun, 24 Jun 2012 08:20:58 +0000 (-0700) Subject: Packaging removal: remove pysetup3 install from Makefile. X-Git-Tag: v3.3.0b1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ac2f1d06874a00d59cf7632d68ecfe4c8de1d2;p=thirdparty%2FPython%2Fcpython.git Packaging removal: remove pysetup3 install from Makefile. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 215684795c1d..1288833b9007 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)