# HG changeset patch # User Richard M. Stallman # Date 797204215 0 # Node ID 91377b1789208062dea81f8d5d39d9fb183a2165 # Parent d5c5dab73f877aa931671af8e7bec71c0efb8fd1 (install-arch-indep, dist): look for `update-subdir' in $(srcdir). diff -r d5c5dab73f87 -r 91377b178920 Makefile.in --- 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