Make examples depend upon library.
authorRichard W.M. Jones <rich@annexia.org>
Sun, 18 May 2008 19:28:22 +0000 (19:28 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Sun, 18 May 2008 19:28:22 +0000 (19:28 +0000)
Makefile.in

index b14909d..1ec0791 100644 (file)
@@ -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) \