Merge "Support `m dist updatepackage`" am: 554245e73c
am: 1c5edce761

Change-Id: If3ce596b3e94e724ab065182dc7a5f71fae64e6e
diff --git a/core/Makefile b/core/Makefile
index c7f999c..009f88c 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -4698,6 +4698,7 @@
 
 .PHONY: updatepackage
 updatepackage: $(INTERNAL_UPDATE_PACKAGE_TARGET)
+$(call dist-for-goals,updatepackage,$(INTERNAL_UPDATE_PACKAGE_TARGET))
 
 
 # -----------------------------------------------------------------