From 2c4a2cfe64541fe32933a84f1539655b3611d2e5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 Mar 2012 17:58:27 +0000 Subject: [PATCH] Rebuild tests when library changes. --- tests/parsing/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parsing/Makefile.am b/tests/parsing/Makefile.am index 3f4f17c..04681cb 100644 --- a/tests/parsing/Makefile.am +++ b/tests/parsing/Makefile.am @@ -44,7 +44,7 @@ test_load: test_load.cmo ../../lib/whenlib.cma # Rules for all OCaml files. %.cmi: %.mli $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(PP) -c $< -o $@ -%.cmo: %.ml +%.cmo: %.ml ../../lib/whenlib.cma $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(PP) -c $< -o $@ #%.cmx: %.ml # $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) $(PP) -c $< -o $@ -- 1.8.3.1