From cee5663068a706b255de0ba45fe956ba6fb49ef2 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 19 Apr 2009 03:14:50 +0000 Subject: [PATCH] make python3 alias in altbininstall --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 0e7831fc49..784d256edb 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -789,7 +789,6 @@ bininstall: altbininstall then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \ else true; \ fi - (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3) -rm -f $(DESTDIR)$(BINDIR)/python-config (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config) @@ -816,6 +815,7 @@ altbininstall: $(BUILDPYTHON) fi; \ else true; \ fi + (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3) # Install the manual page maninstall: -- 2.40.0