Seems that the ELF fields are little-endian.
[ocaml-bitstring.git] / Makefile.in
index b14909d..89fcab3 100644 (file)
@@ -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) \