]> matita.cs.unibo.it Git - helm.git/commitdiff
bugfix: install also _mt objects
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 2 Dec 2002 14:05:00 +0000 (14:05 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 2 Dec 2002 14:05:00 +0000 (14:05 +0000)
helm/DEVEL/ocaml-http/Makefile

index c3e420892dd1faf9a84e47cef8b661db222d6f45..abd1a22d103c463ed4ce88176c18b451624cd5f6 100644 (file)
@@ -85,8 +85,9 @@ dist: distclean depend
        rm -rf $(DISTDIR)/
 install: META
        $(OCAMLFIND) install -destdir $(DESTDIR) $(PKGNAME)     \
-               META $(patsubst %, %.mli, $(PUBLIC_MODULES))    \
-               $(patsubst %, %.cmi, $(PUBLIC_MODULES)) http.cm{,x}a http.a
+               $(patsubst %, %.mli, $(PUBLIC_MODULES)) \
+               $(patsubst %, %.cmi, $(PUBLIC_MODULES)) \
+               http{,_mt}.cm{,x}a http{,_mt}.a META
 
 .PHONY:        \
        all opt world all_non_mt all_mt opt_non_mt opt_mt       \