From 8e0e90d76fc738f0407021349d19d1ea023704a0 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 18 Oct 2011 11:04:28 -0700 Subject: [PATCH] Use default python in Makefile. --- r2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/Makefile b/r2/Makefile index 2aac9549f..c7c248388 100644 --- a/r2/Makefile +++ b/r2/Makefile @@ -39,7 +39,7 @@ static_dir = $(package)/public/static SED=sed CAT=cat -PYTHON=python2.6 +PYTHON=python JS_COMPRESS = paster run standalone $(package)/lib/js.py -c "build_reddit_js()" CSS_COMPRESS = $(SED) -e 's/ \+/ /' -e 's/\/\*.*\*\///g' -e 's/: /:/' | grep -v "^ *$$" UPDATE_NAMES = $(PYTHON) $(package)/lib/static.py