diff options
author | Glenn Morris <rgm@gnu.org> | 2013-11-19 20:50:37 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-19 20:50:37 -0500 |
commit | eca4ecbaae8d1984438c8e2ce54fffb8448f2ef2 (patch) | |
tree | 4bf73f92fc2a95841c9787576c798e52261402a5 /make-dist | |
parent | e976486e7f74d81b8fda468b6fc530a5a5dfd5ae (diff) |
* make-dist: Distribute build-aux/msys-to-w32.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ echo "Making links to \`leim' and its subdirectories" echo "Making links to \`build-aux'" (cd build-aux - ln compile config.guess config.sub depcomp ../${tempdir}/build-aux + ln compile config.guess config.sub depcomp msys-to-w32 ../${tempdir}/build-aux ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux) echo "Making links to \`build-aux/snippet'" |