summaryrefslogtreecommitdiffstats
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
commit099278e8f5d99aa8589f6e4a929a87837f73772a (patch)
treec17837d49eaef3ac73c2ab91363fe4f0d928f52d
parentc62c2bb4d0fe4aa44ba260785f2145b9ff830b28 (diff)
downloadbcm5719-llvm-099278e8f5d99aa8589f6e4a929a87837f73772a.tar.gz
bcm5719-llvm-099278e8f5d99aa8589f6e4a929a87837f73772a.zip
Fix a typo noticed by Erick Tryzelaar,
llvm-svn: 47886
-rw-r--r--llvm/bindings/ocaml/Makefile.ocaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/bindings/ocaml/Makefile.ocaml b/llvm/bindings/ocaml/Makefile.ocaml
index 6fc9a9a7d89..9b7e19f571c 100644
--- a/llvm/bindings/ocaml/Makefile.ocaml
+++ b/llvm/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)
OpenPOWER on IntegriCloud