[Pkg-ocaml-maint-commits] [SCM] yojson packaging branch, master, updated. debian/0.8.1-1-8-g10660a3

Stephane Glondu steph at glondu.net
Mon Jul 11 12:13:28 UTC 2011


The following commit has been merged in the master branch:
commit 5c85289f00c0c0c3fa14ccc072d40b97b9935738
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jul 7 13:47:45 2011 +0200

    Unapply patch

diff --git a/Makefile b/Makefile
index a9c31bd..5f37115 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PACKS = easy-format,biniou
 
 .PHONY: default all opt install doc
 default: META all opt
-all: yojson.cmo 
+all: yojson.cmo
 opt: yojson.cmx ydump
 
 ifndef PREFIX
@@ -60,10 +60,6 @@ ydump: yojson.cmx ydump.ml
 	ocamlfind ocamlopt -o ydump -package $(PACKS) -linkpkg \
 		yojson.cmx ydump.ml
 
-ydump.byte: yojson.cmo ydump.ml
-	ocamlfind ocamlc -o ydump -package $(PACKS) -linkpkg \
-		yojson.cmo ydump.ml
-
 doc: doc/index.html
 doc/index.html: yojson.mli
 	mkdir -p doc

-- 
yojson packaging



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