From: Richard W.M. Jones Date: Tue, 21 Feb 2012 12:53:07 +0000 (+0000) Subject: Further fixes to parsing tests. X-Git-Tag: 0.0.1~20 X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=commitdiff_plain;h=96dafd93a7561d81005ec9a710970440cbf2181a;hp=0201c5176c3ad0d197f610aa86b66d5b728c32cc Further fixes to parsing tests. This updates commit 96dc3423bc3675797f59c7b582110845ce7a8bf6. --- diff --git a/tests/parsing/Makefile.am b/tests/parsing/Makefile.am index bf83ab8..021a365 100644 --- a/tests/parsing/Makefile.am +++ b/tests/parsing/Makefile.am @@ -33,11 +33,11 @@ test_load: test_load.cmo ../../lib/whenlib.cma $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -linkpkg whenlib.cma $< -o $@ # Rules for all OCaml files. -%.cmi: %.mli ../../lib/pa_when.cmo ../../lib/whenlib.cma +%.cmi: %.mli $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(PP) -c $< -o $@ -%.cmo: %.ml ../../lib/pa_when.cmo ../../lib/whenlib.cma +%.cmo: %.ml $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(PP) -c $< -o $@ -#%.cmx: %.ml ../../lib/pa_when.cmo ../../lib/whenlib.cma +#%.cmx: %.ml # $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) $(PP) -c $< -o $@ SUFFIXES = .cmo .cmi .cmx .ml .mli .mll .mly