am 43b95dcf: am 6a8146f2: Merge "Ensure dump-words-to-file creates the target"
* commit '43b95dcff1befabec0cf57a32e4c2a5b398bcc40':
Ensure dump-words-to-file creates the target
diff --git a/core/definitions.mk b/core/definitions.mk
index 93bfbef..b379afc 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))