git.annexia.org
/
ocaml-bitstring.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e4002
)
Make examples depend upon library.
author
Richard W.M. Jones
<rich@annexia.org>
Sun, 18 May 2008 19:28:22 +0000
(19:28 +0000)
committer
Richard W.M. Jones
<rich@annexia.org>
Sun, 18 May 2008 19:28:22 +0000
(19:28 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
b14909d
..
1ec0791
100644
(file)
--- 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) \