From 4fbb080bc16de9f37a84d517e84bae5dbe12fc8e Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 11 Jun 2006 20:23:29 +0000 Subject: Use configure to substitute the correct prefix instead of hardcoding --- Mac/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 82514b2..11f1438 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@ -- cgit v0.12