X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=89fcab3888c654dda8fa418095e950aa1bdf9b82;hb=a8bf42a6bd16d6a2067f0e1475e440dbdb5bc153;hp=b14909d3eebad5d9e4d7c8739e0def901faf54a1;hpb=99694ec805b9d98b5132f9db0d9b786b153a7742;p=ocaml-bitstring.git diff --git a/Makefile.in b/Makefile.in index b14909d..89fcab3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id: Makefile.in,v 1.5 2008-05-07 14:41:03 rjones Exp $ +# $Id$ PACKAGE = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ @@ -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) \