Use configure to substitute the correct prefix instead of hardcoding

This commit is contained in:
Ronald Oussoren 2006-06-11 20:23:29 +00:00
parent e0cfb16f99
commit 4fbb080bc1
1 changed files with 1 additions and 1 deletions

View File

@ -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@