commit | 6a8146f2a2286dd4be231c22f9d0465c94a3ab00 | [log] [tgz] |
---|---|---|
author | Yohann Roussel <yroussel@google.com> | Thu Oct 08 08:46:45 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 08 08:46:45 2015 +0000 |
tree | a5b11c215ffc7df8fce07e3d5a34f12955937aed | |
parent | 9782fc4cddac3e31e1e08b1ec86fc61c84a943ec [diff] | |
parent | f8c63cbac28231fa2f29d0093ea0ce35868645e7 [diff] |
Merge "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))