From 7dbd1159adde9947e5f67ace649af540e02737d0 Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 28 Apr 2005 09:41:54 +0000 Subject: [PATCH] Use default python to build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ec8212..37f171f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ## Makefile -PYTHON = python2.4 +PYTHON = python prefix=/usr/local all: setup.py -- 2.11.0