diff options
| author | Glenn Morris | 2012-05-21 16:40:55 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-21 16:40:55 -0400 |
| commit | ff0c3cfb2ff6e16f601d3745b9302bf9486a7c0f (patch) | |
| tree | d5d2d1ada2554feccb6d0f12fa5c4754ac1030a0 /make-dist | |
| parent | d10cfddd07aec937599944575123d007d5981310 (diff) | |
| download | emacs-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-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -285,7 +285,7 @@ mkdir ${tempdir} | |||
| 285 | echo "Making links to top-level files" | 285 | echo "Making links to top-level files" |
| 286 | ln INSTALL README BUGS ${tempdir} | 286 | ln INSTALL README BUGS ${tempdir} |
| 287 | ln ChangeLog Makefile.in configure configure.in ${tempdir} | 287 | ln ChangeLog Makefile.in configure configure.in ${tempdir} |
| 288 | ln config.bat make-dist update-subdirs .dir-locals.el ${tempdir} | 288 | ln config.bat make-dist .dir-locals.el ${tempdir} |
| 289 | ln aclocal.m4 ${tempdir} | 289 | ln aclocal.m4 ${tempdir} |
| 290 | 290 | ||
| 291 | echo "Creating subdirectories" | 291 | echo "Creating subdirectories" |
| @@ -346,7 +346,7 @@ echo "Making links to \`leim' and its subdirectories" | |||
| 346 | echo "Making links to \`build-aux'" | 346 | echo "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 | ||
| 351 | echo "Making links to \`build-aux/snippet'" | 351 | echo "Making links to \`build-aux/snippet'" |
| 352 | (cd build-aux/snippet | 352 | (cd build-aux/snippet |