The following commit has been merged in the master branch:
commit 515f9c857beeba7361a34ce53544f4919d8d59f7
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
Date:   Thu Apr 10 15:26:38 2008 +0200

    remove the dependency install -> all
    
    such a dep is harmful: it induces the compilation in native code which
    is not necessarily possible (e.g. where ocamlopt is not available)

diff --git a/make/Makefile.common b/make/Makefile.common
index 7f367c4..19ac256 100644
--- a/make/Makefile.common
+++ b/make/Makefile.common
@@ -26,7 +26,7 @@ DESTFLAG =
 endif
 
 .PHONY: install
-install: all
+install:
        { test ! -f $(XARCHIVE) || extra1="*.cmxa *.a"; }; \
        { test -z "$(DESTDIR)" || mkdir -p "$(DESTDIR)"; }; \
        $(OCAMLFIND) install $(DESTFLAG) $(NAME) *.mli *.cmi *.cma META 
$$extra1 $(extra2)

-- 
dose2 packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to