diff -urN a/Makefile.pre.in b/Makefile.pre.in --- a/Makefile.pre.in 2013-10-20 19:39:13.666518300 +0100 +++ b/Makefile.pre.in 2013-10-20 19:39:42.365159700 +0100 @@ -850,9 +850,9 @@ then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \ else true; \ fi - (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON)) -rm -f $(DESTDIR)$(BINDIR)/python2$(EXE) (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE)) + (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON)) -rm -f $(DESTDIR)$(BINDIR)/python2-config (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python2-config) -rm -f $(DESTDIR)$(BINDIR)/python-config