diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2014-09-27 15:28:13 +0200 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2014-09-27 15:28:34 +0200 |
| commit | c773c7c471d3614f0b1ae91a67f6a85f0584331d (patch) | |
| tree | c42486995dd731fb04cdc926a3b2e6ebf5d7d460 | |
| parent | cfe005c536562a1c85bc739ccbc8e22704dcca6a (diff) | |
Fixed pattern used to find OCaml source filesmaster
| -rw-r--r-- | gnu.ocaml.obj.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu.ocaml.obj.mk b/gnu.ocaml.obj.mk index 1549c71..cddf839 100644 --- a/gnu.ocaml.obj.mk +++ b/gnu.ocaml.obj.mk @@ -34,7 +34,7 @@ OCAMLLEX?= ocamllex _DEP= $(foreach e,$(_SRC),$(dir $e)$(patsubst %.ml,.%.d,$(notdir $e))) _FND= find -_PAT= '.*ml[ily]*.*' +_PAT= '.*ml[ily]*' _SRC= $(shell $(_FND) $(_FNDFLAGS)) _ORD= $(CSRC) $(shell $(OCAMLDEP) $(_INC) -sort $(_SRC)) _INC= $(foreach e,$(sort $(foreach e,$(_SRC),$(dir $e))),-I '$e') |
