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 /Makefile.in | |
| 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 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2db87aef6ce..763a3644fcd 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -523,7 +523,7 @@ install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA} | |||
| 523 | -rm -f $(DESTDIR)${leimdir}/leim-list.el | 523 | -rm -f $(DESTDIR)${leimdir}/leim-list.el |
| 524 | ${INSTALL_DATA} leim/leim-list.el $(DESTDIR)${leimdir}/leim-list.el | 524 | ${INSTALL_DATA} leim/leim-list.el $(DESTDIR)${leimdir}/leim-list.el |
| 525 | -rm -f $(DESTDIR)${lispdir}/subdirs.el | 525 | -rm -f $(DESTDIR)${lispdir}/subdirs.el |
| 526 | umask 022; $(srcdir)/update-subdirs $(DESTDIR)${lispdir} | 526 | umask 022; $(srcdir)/build-aux/update-subdirs $(DESTDIR)${lispdir} |
| 527 | subdir=$(DESTDIR)${datadir}/emacs/${version}/site-lisp ; \ | 527 | subdir=$(DESTDIR)${datadir}/emacs/${version}/site-lisp ; \ |
| 528 | ${write_subdir} | 528 | ${write_subdir} |
| 529 | subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \ | 529 | subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \ |