[Pkg-ocaml-maint-commits] [SCM] ocamlviz packaging branch, ocamlbuild, updated. upstream/1.01-6-g0cba9c8
Mehdi Dogguy
mehdi at debian.org
Thu Mar 25 23:19:57 UTC 2010
The following commit has been merged in the ocamlbuild branch:
commit 0cba9c8f9de251a5a914544381fbc2f9346d4acc
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Fri Mar 26 00:16:25 2010 +0100
tests/pa-%.ml rule is now handled by ocamlbuild
diff --git a/Makefile.in b/Makefile.in
index cb19627..2fe05b0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,13 +33,11 @@ native:
final:
$(OCAMLBUILD) $@
-tests/pa-%.ml: tests/%.ml _build/camlp4/pa_ocamlviz.cmo
- camlp4 pa_o.cmo str.cma _build/camlp4/pa_ocamlviz.cmo pr_o.cmo tests/$*.ml -o tests/pa-$*.ml
-
test-%.native:
test-%.byte:
ascii-%.native:
ascii-%.byte:
+tests/pa-%.ml:
$(OCAMLBUILD) $@
--
ocamlviz packaging
More information about the Pkg-ocaml-maint-commits
mailing list