]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/lablgtksourceview/test/Makefile.in
ocaml 3.09 transition
[helm.git] / helm / DEVEL / lablgtksourceview / test / Makefile.in
index 007c17815ced7c7a8b568f7c7cadc0d161507b86..d4c5864bc93869be9bf80e3380fc3aefa1cb50ff 100644 (file)
@@ -9,10 +9,10 @@ TMPDIR = .test
 all: test
 opt: test.opt
 
-test: test.ml
+test: test.ml ../$(PACKAGE).cma
        $(OCAMLC) $(LINKFLAGS) $(PACKAGE).cma -o $@ $<
 
-test.opt: test.ml
+test.opt: test.ml ../$(PACKAGE).cmxa
        $(OCAMLOPT) $(LINKFLAGS) $(PACKAGE).cmxa -o $@ $<
 
 clean: