From fb16ac375de5479dec3919a5559cda02c899e387 Mon Sep 17 00:00:00 2001
From: Marcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Date: Wed, 11 Apr 2012 11:12:33 +0200
Subject: [PATCH] old python needs __main__ to call a module

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9775ab5..2001975 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ LUCENE=$(LUCENE_SRC)/lucene
 PREFIX_PYTHON=$(VIRTUAL_ENV)
 ANT=ant
 PYTHON=$(PREFIX_PYTHON)/bin/python
-JCC=$(PYTHON) -m jcc --shared
+JCC=$(PYTHON) -m jcc.__main__ --shared
 NUM_FILES=3
 
 # FreeBSD
-- 
2.20.1