projects
/
helm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a900a71
)
use wildcard in install target so that binary objects are installed only
author
Stefano Zacchiroli
<zack@upsilon.cc>
Tue, 8 Feb 2005 21:43:30 +0000
(21:43 +0000)
committer
Stefano Zacchiroli
<zack@upsilon.cc>
Tue, 8 Feb 2005 21:43:30 +0000
(21:43 +0000)
when built
helm/DEVEL/ocaml-http/Makefile
patch
|
blob
|
history
diff --git
a/helm/DEVEL/ocaml-http/Makefile
b/helm/DEVEL/ocaml-http/Makefile
index 62a60671948d69c731afa3b015508c8fdc6e815e..572a7f2584f050b328534219697c338a0c0f1e7b 100644
(file)
--- 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 \