diff --git a/data/eng/Makefile b/data/eng/Makefile index ca404387b1..0929c2028b 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -452,6 +452,7 @@ $(BUILD_DIR)/distr.lst: $(BUILD_DIR)/kolibri.img $(distribution_extra_targets) $(call respace,$(make_distribution_dirs)) ln -sr $(BUILD_DIR)/kolibri.img distribution_kit/kolibri.img $(call respace,$(make_distribution_links)) + touch $(BUILD_DIR)/distr.lst # Special targets to modify behaviour of make. .DELETE_ON_ERROR: diff --git a/data/rus/Makefile b/data/rus/Makefile index 66cf840932..622511109e 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -474,6 +474,7 @@ $(BUILD_DIR)/distr.lst: $(BUILD_DIR)/kolibri.img $(distribution_extra_targets) $(call respace,$(make_distribution_dirs)) ln -sr $(BUILD_DIR)/kolibri.img distribution_kit/kolibri.img $(call respace,$(make_distribution_links)) + touch $(BUILD_DIR)/distr.lst # Special targets to modify behaviour of make. .DELETE_ON_ERROR: