make python3 alias in altbininstall
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0e7831f..784d256 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -789,7 +789,6 @@
 	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 @@
 		fi; \
 	else	true; \
 	fi
+	(cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3)
 
 # Install the manual page
 maninstall: