From: Richard M. Stallman Date: Thu, 6 Apr 1995 21:36:55 +0000 (+0000) Subject: (install-arch-indep, dist): look for `update-subdir' in $(srcdir). X-Git-Tag: emacs-19.34~4631 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b45949948b7b427c740298ca45ac80dd866e183c;p=emacs.git (install-arch-indep, dist): look for `update-subdir' in $(srcdir). --- diff --git a/Makefile.in b/Makefile.in index e8f80270862..2e76033c571 100644 --- a/Makefile.in +++ b/Makefile.in @@ -338,7 +338,7 @@ install-arch-indep: mkdir 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 @@ check: @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