From e26e537262dfd73ad3b9aca1138cdf662168d81c Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 8 Feb 2005 21:43:30 +0000 Subject: [PATCH] use wildcard in install target so that binary objects are installed only when built --- helm/DEVEL/ocaml-http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/DEVEL/ocaml-http/Makefile b/helm/DEVEL/ocaml-http/Makefile index 62a606719..572a7f258 100644 --- a/helm/DEVEL/ocaml-http/Makefile +++ b/helm/DEVEL/ocaml-http/Makefile @@ -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 \ -- 2.39.2