diff options
| author | jordi.saludes <jordi.saludes@upc.edu> | 2010-09-01 11:10:24 +0000 |
|---|---|---|
| committer | jordi.saludes <jordi.saludes@upc.edu> | 2010-09-01 11:10:24 +0000 |
| commit | f0c0648905224011a552062a2539d2fdc23101d4 (patch) | |
| tree | 887cff9a1b00c84d6427a54e0b4352491dffa7bf /contrib/py-bindings/Makefile | |
| parent | e3e525ff6e50b18ea37d91891959914afbe9e08a (diff) | |
Fixing assertion in py-binds test.
Diffstat (limited to 'contrib/py-bindings/Makefile')
| -rw-r--r-- | contrib/py-bindings/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/py-bindings/Makefile b/contrib/py-bindings/Makefile index af627bb2e..32396fe97 100644 --- a/contrib/py-bindings/Makefile +++ b/contrib/py-bindings/Makefile @@ -1,7 +1,7 @@ src=../../src import=-i$(src)/runtime/haskell:$(src)/compiler cbind=../c-bindings -pythoninc=/usr/include/python2.5 +pythoninc=/usr/include/python2.6 debug= #-optc '-DDEBUG=1' exdir=../../examples/tutorial/embedded @@ -33,4 +33,4 @@ PyGF.hs: PyGF.hsc hsc2hs -I$(pythoninc) $< Query.pgf: - gf --make $(exdir)/QueryEng.gf $(exdir)/QuerySpa.gf
\ No newline at end of file + gf --make $(exdir)/QueryEng.gf $(exdir)/QuerySpa.gf |
