]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/Makefile
added gzip to log files
[helm.git] / helm / software / components / tactics / Makefile
index 58d365b99b3a5f2a6eef84798d3765a941d65c29..f3e3a37a06c09e951ded3cb72ed8d77015ea591a 100644 (file)
@@ -30,7 +30,8 @@ tactics_mli_deps=tactics.ml *Tactics.mli *Tactic.mli fourierR.mli ring.mli param
 tactics.mli: 
        $(H)echo "  OCAMLC -i $$(tactics_mli_deps) > $@"
        $(H)echo "(* GENERATED FILE, DO NOT EDIT. STAMP:`date` *)" > $@
-       $(H)$(OCAMLC) -I paramodulation -i $(tactics_mli_deps) >> $@
+       $(H)$(OCAMLC) -I paramodulation -i tactics.ml >> $@
+# FG: tactics.ml was (wrongly) $(tactics_mli_deps)
 
 UTF8DIR = $(shell $(OCAMLFIND) query helm-syntax_extensions)
 STR=$(shell $(OCAMLFIND) query str)