X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=a36a4d623af5f4d68e8fa62ab3b26d977b50f5e6;hb=e87f0879fef8e32e7ae7f7103f420c1612f3863f;hp=c82cc8afc2bcfbd0ba48cdabfa24605ab02b03dd;hpb=5ef09aa22b03d68166c3658bafbccb0e08643eba;p=ocaml-bitstring.git diff --git a/Makefile.in b/Makefile.in index c82cc8a..a36a4d6 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.4 2008-04-02 13:22:46 rjones Exp $ +# $Id: Makefile.in,v 1.5 2008-05-07 14:41:03 rjones Exp $ PACKAGE = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ @@ -54,7 +54,7 @@ test: pa_bitmatch.cmo bitmatch.cma @for f in $(TESTS); do \ echo Test: $$f; \ $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -pp "camlp4o pa_bitmatch.cmo" \ - -I . bitmatch.cma $$f.ml -o $$f; \ + -package unix -linkpkg -I . bitmatch.cma $$f.ml -o $$f; \ if [ $$? -ne 0 ]; then exit 1; fi; \ $$f; \ if [ $$? -ne 0 ]; then exit 1; fi; \