From 5aa08ca5b6dd5d3fd24455576bb37a4142d151c4 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 26 Sep 2005 15:48:31 +0000 Subject: [PATCH] Inclusion path fixed. --- helm/ocaml/paramodulation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2