diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-03 18:03:49 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-03 18:03:49 -0500 |
commit | f08ff03664ee7c9601c9daaa217cb032160f386f (patch) | |
tree | 5e93393df8bddb128a778f29ea86a0ea81ce7ebf /sa-extract/Makefile | |
parent | 16d08eefddbecfefced16a0dd5a13d4c64c139b0 (diff) |
escaping tool for grammar extractor
Diffstat (limited to 'sa-extract/Makefile')
-rw-r--r-- | sa-extract/Makefile | 4 |
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 |