git.annexia.org
/
whenjobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff2670f
)
Rebuild tests when library changes.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 13 Mar 2012 17:58:27 +0000
(17:58 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 13 Mar 2012 17:58:27 +0000
(17:58 +0000)
tests/parsing/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/parsing/Makefile.am
b/tests/parsing/Makefile.am
index
3f4f17c
..
04681cb
100644
(file)
--- 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 $@