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

benjamin.peterson python-checkins at python.org
Wed Apr 8 23:35:53 CEST 2009


Author: benjamin.peterson
Date: Wed Apr  8 23:35:52 2009
New Revision: 71399

Log:
fix installing of extension modules

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	Wed Apr  8 23:35:52 2009
@@ -757,7 +757,7 @@
 
 # Install almost everything without disturbing previous versions
 altinstall:	@FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \
-                oldsharedinstall @FRAMEWORKALTINSTALLLAST@
+                sharedinstall oldsharedinstall @FRAMEWORKALTINSTALLLAST@
 
 # Install shared libraries enabled by Setup
 DESTDIRS=	$(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)


More information about the Python-checkins mailing list