From: Julien Moutinho Date: Sat, 16 Apr 2016 21:52:39 +0000 (+0200) Subject: Correction : ocaml-4.03 n’a plus -I . par défaut. X-Git-Tag: v2016-04-16^0 X-Git-Url: https://git.sourcephile.fr/ocaml/libocaml_make.git/commitdiff_plain Correction : ocaml-4.03 n’a plus -I . par défaut. --- diff --git a/GNUmakefile b/GNUmakefile index 1143320..dbe9470 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -169,7 +169,7 @@ include_GNUmakefile.inc = $(eval $(call make_GNUmakefile.inc,$(or $1,.))) # ocaml configure # --------------- %/configure.c %/configure.log %/configure.make %/configure.ml %/pa_configure.ml: %/configure - ocaml $< $(CONFIGURE_FLAGS) + ocaml -I . $(OCAML_FLAGS) $< $(CONFIGURE_FLAGS) # ---------- # ocaml deps