OSDN Git Service

core/binary.mk: Add missing Objective-C objects to the build.
[android-x86/build.git] / core / definitions.mk
index f5a3c8a..91ed91f 100644 (file)
@@ -927,7 +927,7 @@ define transform-host-m-to-o-no-deps
 $(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