diff options
| author | Richard M. Stallman | 1995-04-06 21:36:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-06 21:36:55 +0000 |
| commit | b45949948b7b427c740298ca45ac80dd866e183c (patch) | |
| tree | 5f964a7ecc1be532c27b3f0c6191d56bbb1f1fa8 | |
| parent | 375f1bd7112891fcf84c2d1de4a26336e0878149 (diff) | |
| download | emacs-b45949948b7b427c740298ca45ac80dd866e183c.tar.gz emacs-b45949948b7b427c740298ca45ac80dd866e183c.zip | |
(install-arch-indep, dist): look for `update-subdir' in $(srcdir).
| -rw-r--r-- | Makefile.in | 4 |
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 | |||
| 338 | done) ; \ | 338 | done) ; \ |
| 339 | done | 339 | done |
| 340 | -rm -f ${lispdir}/subdirs.el | 340 | -rm -f ${lispdir}/subdirs.el |
| 341 | ./update-subdirs ${lispdir} | 341 | $(srcdir)/update-subdirs ${lispdir} |
| 342 | if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ | 342 | if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ |
| 343 | then \ | 343 | then \ |
| 344 | echo "Copying etc/DOC-* ..." ; \ | 344 | echo "Copying etc/DOC-* ..." ; \ |
| @@ -524,7 +524,7 @@ check: | |||
| 524 | @echo "We don't have any tests for GNU Emacs yet." | 524 | @echo "We don't have any tests for GNU Emacs yet." |
| 525 | 525 | ||
| 526 | dist: | 526 | dist: |
| 527 | ./update-subdirs ${srcdir}/lisp | 527 | $(srcdir)/update-subdirs ${srcdir}/lisp |
| 528 | cd ${srcdir}; make-dist | 528 | cd ${srcdir}; make-dist |
| 529 | 529 | ||
| 530 | .PHONY: info dvi dist check | 530 | .PHONY: info dvi dist check |