[Python-checkins] r71376 - python/branches/py3k/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Tue Apr 7 21:43:57 CEST 2009


Author: benjamin.peterson
Date: Tue Apr  7 21:43:57 2009
New Revision: 71376

Log:
install as python3 #5461

Modified:
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Tue Apr  7 21:43:57 2009
@@ -787,7 +787,7 @@
 	then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
 	else true; \
 	fi
-	(cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON))
+	(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)
 


More information about the Python-checkins mailing list