From: Ronald Oussoren Date: Sun, 11 Jun 2006 20:23:29 +0000 (+0000) Subject: Use configure to substitute the correct prefix instead of hardcoding X-Git-Tag: v2.5b1~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fbb080bc16de9f37a84d517e84bae5dbe12fc8e;p=python Use configure to substitute the correct prefix instead of hardcoding --- diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 82514b2fb2..11f1438620 100644 --- a/Mac/Makefile.in +++ b/Mac/Makefile.in @@ -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@