From: Claudio Sacerdoti Coen Date: Mon, 26 Sep 2005 15:48:31 +0000 (+0000) Subject: Inclusion path fixed. X-Git-Tag: V_0_7_2_3~317 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=5aa08ca5b6dd5d3fd24455576bb37a4142d151c4;p=helm.git Inclusion path fixed. --- diff --git a/helm/ocaml/paramodulation/Makefile b/helm/ocaml/paramodulation/Makefile index 94c4c28df..7a3dbf626 100644 --- a/helm/ocaml/paramodulation/Makefile +++ b/helm/ocaml/paramodulation/Makefile @@ -22,7 +22,7 @@ IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) \ # test_indexing.ml -include ../helm/ocaml/Makefile.common +include ../Makefile.common paramodulation.cmo: $(IMPLEMENTATION_FILES:%.ml=%.cmo)