aboutsummaryrefslogtreecommitdiff
path: root/core/tasks/module-info.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/tasks/module-info.mk')
-rw-r--r--core/tasks/module-info.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/tasks/module-info.mk b/core/tasks/module-info.mk
index dd01f9667c..5a202e6912 100644
--- a/core/tasks/module-info.mk
+++ b/core/tasks/module-info.mk
@@ -61,8 +61,7 @@ module-info: $(MODULE_INFO_JSON)
droidcore-unbundled: $(MODULE_INFO_JSON)
-$(call dist-for-goals, general-tests, $(MODULE_INFO_JSON))
-$(call dist-for-goals, droidcore-unbundled, $(MODULE_INFO_JSON))
+$(call dist-for-goals, general-tests droidcore-unbundled dist_files module-info, $(MODULE_INFO_JSON))
# On every build, generate an all_modules.txt file to be used for autocompleting
# the m command. After timing this using $(shell date +"%s.%3N"), it only adds