am b3f59bde: am 86a90364: Merge "core/binary.mk: Add missing Objective-C objects to the build."

* commit 'b3f59bde44fc16fa43b6a01a890c4b42cf446292':
  core/binary.mk: Add missing Objective-C objects to the build.
diff --git a/core/binary.mk b/core/binary.mk
index 88c356a..b9e884e 100644
--- a/core/binary.mk
+++ b/core/binary.mk
@@ -388,6 +388,7 @@
 	$(gen_asm_objects) \
 	$(c_objects) \
 	$(gen_c_objects) \
+	$(objc_objects) \
 	$(yacc_objects) \
 	$(lex_objects) \
 	$(proto_generated_objects) \
diff --git a/core/definitions.mk b/core/definitions.mk
index ea47f6b..2b77f8e 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -1029,7 +1029,7 @@
 $(call transform-host-c-or-s-to-o-no-deps)
 endef
 
-define tranform-host-m-to-o
+define transform-host-m-to-o
 $(transform-host-m-to-o-no-deps)
 $(transform-d-to-p)
 endef