summaryrefslogtreecommitdiff
path: root/sa-extract/Makefile
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-02-03 18:03:49 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2012-02-03 18:03:49 -0500
commit3a2fc36378337147a956e439db31baf91bfb95c8 (patch)
treee096fa0d0628fe3d09bb8dc0dcc0d15f617eb32d /sa-extract/Makefile
parentdbf367e0fc9d3faf906340d1f51f2dbda1892081 (diff)
escaping tool for grammar extractor
Diffstat (limited to 'sa-extract/Makefile')
-rw-r--r--sa-extract/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sa-extract/Makefile b/sa-extract/Makefile
index e2b6158d..7b39ae4d 100644
--- a/sa-extract/Makefile
+++ b/sa-extract/Makefile
@@ -1,7 +1,7 @@
PYVER=python2.7
-PYDIR=/usr
+PYDIR=/usr/local/Cellar/python/2.7.2
PYINCLUDE=$(PYDIR)/include/$(PYVER)
-CYTHON=/usr/bin/cython
+CYTHON=/usr/local/share/python/cython
PYTHON=$(PYDIR)/bin/python
%.c: %.pyx