From: Richard W.M. Jones Date: Sun, 18 May 2008 19:28:22 +0000 (+0000) Subject: Make examples depend upon library. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=79d24923619d2d1e3da57c93d226712f586d4ba0;p=ocaml-bitstring.git Make examples depend upon library. --- diff --git a/Makefile.in b/Makefile.in index b14909d..1ec0791 100644 --- a/Makefile.in +++ b/Makefile.in @@ -63,7 +63,7 @@ test: pa_bitmatch.cmo bitmatch.cma if [ $$? -ne 0 ]; then exit 1; fi; \ done -examples: +examples: pa_bitmatch.cmo bitmatch.cma @for f in $(EXAMPLES); do \ echo Building $$f; \ $(OCAMLFIND) ocamlc $(OCAMLFLAGS) $(PP) \