[Python-checkins] r46866 - python/trunk/Mac/Makefile.in

ronald.oussoren python-checkins at python.org
Sun Jun 11 22:23:30 CEST 2006


Author: ronald.oussoren
Date: Sun Jun 11 22:23:29 2006
New Revision: 46866

Modified:
   python/trunk/Mac/Makefile.in
Log:
Use configure to substitute the correct prefix instead of hardcoding


Modified: python/trunk/Mac/Makefile.in
==============================================================================
--- python/trunk/Mac/Makefile.in	(original)
+++ python/trunk/Mac/Makefile.in	Sun Jun 11 22:23:29 2006
@@ -5,7 +5,7 @@
 VERSION=@VERSION@
 builddir = ..
 srcdir=@srcdir@
-prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION)
+prefix=@prefix@
 LIBDEST=$(prefix)/lib/python$(VERSION)
 RUNSHARED=@RUNSHARED@
 BUILDEXE=@BUILDEXEEXT@


More information about the Python-checkins mailing list