projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d86449e
)
Fix a typo noticed by Erick Tryzelaar,
author
Gordon Henriksen
<gordonhenriksen@mac.com>
Tue, 4 Mar 2008 14:52:05 +0000
(14:52 +0000)
committer
Gordon Henriksen
<gordonhenriksen@mac.com>
Tue, 4 Mar 2008 14:52:05 +0000
(14:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47886
91177308
-0d34-0410-b5e6-
96231b3b80d8
bindings/ocaml/Makefile.ocaml
patch
|
blob
|
history
diff --git
a/bindings/ocaml/Makefile.ocaml
b/bindings/ocaml/Makefile.ocaml
index 6fc9a9a7d8950b546d3e02376ba2fe5bd70ad887..9b7e19f571c151c4610eb4b4f19b8994a6779b78 100644
(file)
--- 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) $(OcamlHeader
s
) > $@
$(ObjectsCMI): $(UsedOcamlInterfaces:%=$(OcamlDir)/%.cmi)