summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-05-29 13:42:18 -0700
committerYing Wang <wangying@google.com>2012-05-29 13:42:18 -0700
commit82eb7082aa9b7239770f1631211a3c18b6daacfe (patch)
treef9ebe6ea0332877bb19f0d3bed67fdd770d85a91 /core
parentd8de82fbca4371ccefb41e02ac737e3a153901b3 (diff)
downloadbuild-82eb7082aa9b7239770f1631211a3c18b6daacfe.zip
build-82eb7082aa9b7239770f1631211a3c18b6daacfe.tar.gz
build-82eb7082aa9b7239770f1631211a3c18b6daacfe.tar.bz2
Fix typo.
Change-Id: Id4b619e3fff8d801c4662d9cb2719576c370a503
Diffstat (limited to 'core')
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index bff5e80..72a43cc 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -843,7 +843,7 @@ platform-java: platform
# 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
#######