Fix typo.

Change-Id: Id4b619e3fff8d801c4662d9cb2719576c370a503
This commit is contained in:
Ying Wang 2012-05-29 13:42:18 -07:00
parent d8de82fbca
commit 82eb7082aa
1 changed files with 1 additions and 1 deletions

View File

@ -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
#######