am 6a8146f2: Merge "Ensure dump-words-to-file creates the target"
* commit '6a8146f2a2286dd4be231c22f9d0465c94a3ab00':
Ensure dump-words-to-file creates the target
diff --git a/core/definitions.mk b/core/definitions.mk
index 09eb6b6..9d6311e 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -1710,6 +1710,7 @@
# dump-words-to-file, <word list>, <output file>
define dump-words-to-file
@rm -f $(2)
+ @touch $(2)
@$(call emit-line,$(wordlist 1,200,$(1)),$(2))
@$(call emit-line,$(wordlist 201,400,$(1)),$(2))
@$(call emit-line,$(wordlist 401,600,$(1)),$(2))