summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-06 21:36:55 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-06 21:36:55 +0000
commitb45949948b7b427c740298ca45ac80dd866e183c (patch)
tree5f964a7ecc1be532c27b3f0c6191d56bbb1f1fa8 /Makefile.in
parent375f1bd7112891fcf84c2d1de4a26336e0878149 (diff)
downloademacs-b45949948b7b427c740298ca45ac80dd866e183c.tar.gz
(install-arch-indep, dist): look for `update-subdir' in $(srcdir).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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