diff --git a/core/Makefile b/core/Makefile index bff5e80304..72a43cca52 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 #######