aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/Makefile.ocaml
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-03-04 14:52:05 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-03-04 14:52:05 +0000
commita22a15089bc375b4ee7fceeea22d8e948d492ad5 (patch)
treed81d4825a67b666a5813b43ffbb00b60cbe686fe /bindings/ocaml/Makefile.ocaml
parent1db9b82cde7ec2f31498139c832041017886b36c (diff)
downloadexternal_llvm-a22a15089bc375b4ee7fceeea22d8e948d492ad5.zip
external_llvm-a22a15089bc375b4ee7fceeea22d8e948d492ad5.tar.gz
external_llvm-a22a15089bc375b4ee7fceeea22d8e948d492ad5.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/ocaml/Makefile.ocaml')
-rw-r--r--bindings/ocaml/Makefile.ocaml2
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)