aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris2012-05-21 16:40:55 -0400
committerGlenn Morris2012-05-21 16:40:55 -0400
commitff0c3cfb2ff6e16f601d3745b9302bf9486a7c0f (patch)
treed5d2d1ada2554feccb6d0f12fa5c4754ac1030a0 /make-dist
parentd10cfddd07aec937599944575123d007d5981310 (diff)
downloademacs-ff0c3cfb2ff6e16f601d3745b9302bf9486a7c0f.tar.gz
emacs-ff0c3cfb2ff6e16f601d3745b9302bf9486a7c0f.zip
* 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 1e8fc9178f1..0a12a630526 100755
--- a/make-dist
+++ b/make-dist
@@ -285,7 +285,7 @@ mkdir ${tempdir}
285echo "Making links to top-level files" 285echo "Making links to top-level files"
286ln INSTALL README BUGS ${tempdir} 286ln INSTALL README BUGS ${tempdir}
287ln ChangeLog Makefile.in configure configure.in ${tempdir} 287ln ChangeLog Makefile.in configure configure.in ${tempdir}
288ln config.bat make-dist update-subdirs .dir-locals.el ${tempdir} 288ln config.bat make-dist .dir-locals.el ${tempdir}
289ln aclocal.m4 ${tempdir} 289ln aclocal.m4 ${tempdir}
290 290
291echo "Creating subdirectories" 291echo "Creating subdirectories"
@@ -346,7 +346,7 @@ echo "Making links to \`leim' and its subdirectories"
346echo "Making links to \`build-aux'" 346echo "Making links to \`build-aux'"
347(cd build-aux 347(cd build-aux
348 ln compile config.guess config.sub depcomp ../${tempdir}/build-aux 348 ln compile config.guess config.sub depcomp ../${tempdir}/build-aux
349 ln install-sh missing move-if-change ../${tempdir}/build-aux) 349 ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux)
350 350
351echo "Making links to \`build-aux/snippet'" 351echo "Making links to \`build-aux/snippet'"
352(cd build-aux/snippet 352(cd build-aux/snippet