[Python-checkins] r80781 - python/branches/py3k/Mac/Makefile.in (original) (raw)
ronald.oussoren python-checkins at python.org
Wed May 5 15:20:31 CEST 2010
- Previous message: [Python-checkins] r80780 - sandbox/trunk/untabify/untabify.py
- Next message: [Python-checkins] r80782 - python/trunk/Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: ronald.oussoren Date: Wed May 5 15:20:31 2010 New Revision: 80781
Log: Small update to Mac/Makefile to ensure that we install python binaries that support all architectures in a universal build.
Modified: python/branches/py3k/Mac/Makefile.in
Modified: python/branches/py3k/Mac/Makefile.in
--- python/branches/py3k/Mac/Makefile.in (original) +++ python/branches/py3k/Mac/Makefile.in Wed May 5 15:20:31 2010 @@ -58,8 +58,8 @@ ifneq ($(LIPO_32BIT_FLAGS),) lipo (LIPO32BITFLAGS)−output(LIPO_32BIT_FLAGS) -output (LIPO32BITFLAGS)−output(DESTDIR)$(prefix)/bin/python$(VERSION)-32 pythonw lipo (LIPO32BITFLAGS)−output(LIPO_32BIT_FLAGS) -output (LIPO32BITFLAGS)−output(DESTDIR)$(prefix)/bin/pythonw$(VERSION)-32 pythonw - ln -sf pythonw$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/pythonw$(VERSION)" - ln -sf python$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/python$(VERSION)" + ln -sf pythonw$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/pythonw3-32" + ln -sf python$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/python3-32" endif
- Previous message: [Python-checkins] r80780 - sandbox/trunk/untabify/untabify.py
- Next message: [Python-checkins] r80782 - python/trunk/Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]