summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-11-19 20:50:37 -0500
committerGlenn Morris <rgm@gnu.org>2013-11-19 20:50:37 -0500
commiteca4ecbaae8d1984438c8e2ce54fffb8448f2ef2 (patch)
tree4bf73f92fc2a95841c9787576c798e52261402a5 /make-dist
parente976486e7f74d81b8fda468b6fc530a5a5dfd5ae (diff)
downloademacs-eca4ecbaae8d1984438c8e2ce54fffb8448f2ef2.tar.gz
* make-dist: Distribute build-aux/msys-to-w32.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index fe4f5ccbdf3..707b6e2abc0 100755
--- a/make-dist
+++ b/make-dist
@@ -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'"