commit | 82eb7082aa9b7239770f1631211a3c18b6daacfe | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Tue May 29 13:42:18 2012 -0700 |
committer | Ying Wang <wangying@google.com> | Tue May 29 13:42:18 2012 -0700 |
tree | f9ebe6ea0332877bb19f0d3bed67fdd770d85a91 | |
parent | d8de82fbca4371ccefb41e02ac737e3a153901b3 [diff] |
Fix typo. Change-Id: Id4b619e3fff8d801c4662d9cb2719576c370a503
diff --git a/core/Makefile b/core/Makefile index bff5e80..72a43cc 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -843,7 +843,7 @@ # Dist the platform.zip ifneq (,$(filter platform, $(MAKECMDGOALS))) -$(call dist-for-goals, platform, $(INSTALLED_PLATFROM_ZIP)) +$(call dist-for-goals, platform, $(INSTALLED_PLATFORM_ZIP)) endif #######