]> Git — Sourcephile - ocaml/libocaml_make.git/commitdiff
Correction : ocaml-4.03 n’a plus -I . par défaut. main v2016-04-16
authorJulien Moutinho <julm+libocaml+make@autogeree.net>
Sat, 16 Apr 2016 21:52:39 +0000 (23:52 +0200)
committerJulien Moutinho <julm+libocaml+make@autogeree.net>
Sat, 16 Apr 2016 21:52:39 +0000 (23:52 +0200)
GNUmakefile

index 11433204ce0cf9fa617255cf14cbc043ad9ea54d..dbe947018bd2b561db80078a0544b65f1471ddbe 100644 (file)
@@ -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