summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/py-bindings/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/py-bindings/Makefile b/contrib/py-bindings/Makefile
index 0a5f32fca..707c6925e 100644
--- a/contrib/py-bindings/Makefile
+++ b/contrib/py-bindings/Makefile
@@ -10,7 +10,7 @@ conf:
build: gf.so
gf.so: PGFFFI.hs gfmodule.c
- gf --make ../../examples/tutorial/embedded/QueryEng.gf
+ gf --make $(exdir)/QueryEng.gf $(exdir)/QuerySpa.gf
ghc $(import) --make -fglasgow-exts -O2 -no-hs-main -c $<
ghc -O2 --make -fglasgow-exts -no-hs-main -optl '-shared' \
-optc '-DMODULE=PGFFFI' $(debug) -optc '-I$(pythoninc)' -o $@ $^