]> matita.cs.unibo.it Git - helm.git/commitdiff
use wildcard in install target so that binary objects are installed only
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 8 Feb 2005 21:43:30 +0000 (21:43 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 8 Feb 2005 21:43:30 +0000 (21:43 +0000)
when built

helm/DEVEL/ocaml-http/Makefile

index 62a60671948d69c731afa3b015508c8fdc6e815e..572a7f2584f050b328534219697c338a0c0f1e7b 100644 (file)
@@ -129,7 +129,7 @@ install: META
        $(OCAMLFIND) install -destdir $(DESTDIR) $(PKGNAME)     \
                $(patsubst %, %.mli, $(PUBLIC_MODULES)) \
                $(patsubst %, %.cmi, $(PUBLIC_MODULES)) \
-               http{,_mt}.cm{,x}a http{,_mt}.a META
+               $(wildcard *.cma *.cmxa *.a) META
 
 .PHONY:        \
        all opt world all_non_mt all_mt opt_non_mt opt_mt       \