aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-05-21 16:40:55 -0400
committerGlenn Morris <[email protected]>2012-05-21 16:40:55 -0400
commitff0c3cfb2ff6e16f601d3745b9302bf9486a7c0f (patch)
treed5d2d1ada2554feccb6d0f12fa5c4754ac1030a0 /make-dist
parentd10cfddd07aec937599944575123d007d5981310 (diff)
* update-subdirs: Move to build-aux/.
* make-dist: * Makefile.in (install-arch-indep): * lisp/Makefile.in (update-subdirs): * lisp/makefile.w32-in (update-subdirs-SH): Update for this change.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 1e8fc9178f..0a12a63052 100755
--- a/make-dist
+++ b/make-dist
@@ -285,7 +285,7 @@ mkdir ${tempdir}
echo "Making links to top-level files"
ln INSTALL README BUGS ${tempdir}
ln ChangeLog Makefile.in configure configure.in ${tempdir}
-ln config.bat make-dist update-subdirs .dir-locals.el ${tempdir}
+ln config.bat make-dist .dir-locals.el ${tempdir}
ln aclocal.m4 ${tempdir}
echo "Creating subdirectories"
@@ -346,7 +346,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 install-sh missing move-if-change ../${tempdir}/build-aux)
+ ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux)
echo "Making links to \`build-aux/snippet'"
(cd build-aux/snippet