[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. 61f5ec4f754c23a5ecc3c0e73c88873144efd7d7

Stefano Zacchiroli zack at upsilon.cc
Sat May 3 13:40:12 UTC 2008


The following commit has been merged in the master branch:
commit da2ec3569928ee93cadc4ed7d67477630377cba1
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 15:38:04 2008 +0200

    fix: libinstall-byte-code should not depend on all

diff --git a/OCamlMakefile b/OCamlMakefile
index 29b8ddc..16500f8 100644
--- a/OCamlMakefile
+++ b/OCamlMakefile
@@ -1142,7 +1142,7 @@ libinstall:	all
 	$(QUIET)printf "\nInstallation successful.\n"
 
 .PHONY: libinstall-byte-code
-libinstall-byte-code:	all
+libinstall-byte-code:	byte-code
 	$(QUIET)printf "\nInstalling byte-code library with ocamlfind\n"
 	$(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) $(RESULT) META \
 	  $(filter-out $(RESULT).$(EXT_LIB) $(RESULT).cmxa, $(LIBINSTALL_FILES))

-- 
sexplib310 packaging



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