summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorjordi.saludes <jordi.saludes@upc.edu>2010-06-08 11:19:33 +0000
committerjordi.saludes <jordi.saludes@upc.edu>2010-06-08 11:19:33 +0000
commit2ca3b57ecf0fbc62ee3759798e27cb1fa7c5028a (patch)
treee49d7aa985a8c767919dee72571a5dfffeaaacd9 /contrib
parent31cd91e67ed36d147190b77b288d618e3e388e94 (diff)
Fixing gf executable in build-gfctest
Diffstat (limited to 'contrib')
-rw-r--r--contrib/c-bindings/build-gfctest.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/c-bindings/build-gfctest.sh b/contrib/c-bindings/build-gfctest.sh
index 4a61ea289..37e7c97a3 100644
--- a/contrib/c-bindings/build-gfctest.sh
+++ b/contrib/c-bindings/build-gfctest.sh
@@ -15,9 +15,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, see <http://www.gnu.org/licenses/>.
-gf=../../dist/build/gf/gf
src=../../src
import=-i$src/runtime/haskell:$src/compiler
-$gf --make ../../examples/tutorial/embedded/QueryEng.gf &&
+gf --make ../../examples/tutorial/embedded/QueryEng.gf &&
ghc $import --make -fglasgow-exts -O2 -no-hs-main $* -c PGFFFI.hs &&
ghc $import --make -fglasgow-exts -O2 -no-hs-main $* gfctest.c gf_lexing.c PGFFFI.hs -o gfctest