From 96dafd93a7561d81005ec9a710970440cbf2181a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 21 Feb 2012 12:53:07 +0000 Subject: [PATCH] Further fixes to parsing tests. This updates commit 96dc3423bc3675797f59c7b582110845ce7a8bf6. --- tests/parsing/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.8.3.1