Mercurial > emacs
changeset 11227:91377b178920
(install-arch-indep, dist): look for `update-subdir' in $(srcdir).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Apr 1995 21:36:55 +0000 |
parents | d5c5dab73f87 |
children | a78e341e8061 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu Apr 06 21:09:09 1995 +0000 +++ b/Makefile.in Thu Apr 06 21:36:55 1995 +0000 @@ -338,7 +338,7 @@ done) ; \ done -rm -f ${lispdir}/subdirs.el - ./update-subdirs ${lispdir} + $(srcdir)/update-subdirs ${lispdir} if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \ echo "Copying etc/DOC-* ..." ; \ @@ -524,7 +524,7 @@ @echo "We don't have any tests for GNU Emacs yet." dist: - ./update-subdirs ${srcdir}/lisp + $(srcdir)/update-subdirs ${srcdir}/lisp cd ${srcdir}; make-dist .PHONY: info dvi dist check