diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-03-04 14:52:05 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-03-04 14:52:05 +0000 |
commit | e6074a027fd78939cc69a8c5db72f789b4e1b2c7 (patch) | |
tree | d81d4825a67b666a5813b43ffbb00b60cbe686fe /bindings | |
parent | d86449e77435508db465fbb20c80581a1c269f85 (diff) | |
download | external_llvm-e6074a027fd78939cc69a8c5db72f789b4e1b2c7.zip external_llvm-e6074a027fd78939cc69a8c5db72f789b4e1b2c7.tar.gz external_llvm-e6074a027fd78939cc69a8c5db72f789b4e1b2c7.tar.bz2 |
Fix a typo noticed by Erick Tryzelaar,
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/ocaml/Makefile.ocaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index 6fc9a9a..9b7e19f 100644 --- a/bindings/ocaml/Makefile.ocaml +++ b/bindings/ocaml/Makefile.ocaml @@ -98,7 +98,7 @@ $(ObjDir)/%.ml: $(PROJ_SRC_DIR)/%.ml $(ObjDir)/.dir $(ObjDir)/$(LIBRARYNAME).ocamldep: $(OcamlSources) $(OcamlHeaders) \ $(OcamlDir)/.dir $(ObjDir)/.dir - $(Verb) $(OCAMLDEP) $(OCAMLCFLAGS) $(OcamlSources) $(OcamlHeader) > $@ + $(Verb) $(OCAMLDEP) $(OCAMLCFLAGS) $(OcamlSources) $(OcamlHeaders) > $@ $(ObjectsCMI): $(UsedOcamlInterfaces:%=$(OcamlDir)/%.cmi) |