[Pkg-ocaml-maint-commits] [SCM] ocamlviz packaging branch, ocamlbuild, updated. upstream/1.01-11-ga0059af

Mehdi Dogguy mehdi at debian.org
Fri Mar 26 00:12:02 UTC 2010


The following commit has been merged in the ocamlbuild branch:
commit a0059af1e135aa324cd0ceaad7e2ef3964a29236
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Fri Mar 26 01:09:30 2010 +0100

    Fix Makefile.in

diff --git a/Makefile.in b/Makefile.in
index 033ce0c..74e6667 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,18 +39,39 @@ OCAMLBUILD += -byte-plugin
 endif
 
 all:
+	$(OCAMLBUILD) $@
+
 byte:
+	$(OCAMLBUILD) $@
+
 opt:
+	$(OCAMLBUILD) $@
+
 native:
+	$(OCAMLBUILD) $@
+
 final:
 	$(OCAMLBUILD) $@
 
 test-%:
+	$(OCAMLBUILD) $@
+	rm -f _build/$@
+
 test-%-byte:
+	$(OCAMLBUILD) $@
+	rm -f _build/$@
+
 ascii-%:
+	$(OCAMLBUILD) $@
+	rm -f _build/$@
+
 ascii-%-byte:
+	$(OCAMLBUILD) $@
+	rm -f _build/$@
+
 pa-%.ml:
 	$(OCAMLBUILD) $@
+	rm -f _build/$@
 
 
 # installation

-- 
ocamlviz packaging



More information about the Pkg-ocaml-maint-commits mailing list