Mercurial > emacs
changeset 3749:f3f6220ce685
(TAGS): cd to src to run etags.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Jun 1993 06:47:09 +0000 |
parents | 260c9c3200b1 |
children | 3b640cb97e74 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Wed Jun 16 06:46:27 1993 +0000 +++ b/Makefile.in Wed Jun 16 06:47:09 1993 +0000 @@ -476,8 +476,8 @@ (cd src; make relock) TAGS tags: lib-src - (cd ${srcdir} ; lib-src/etags --output=./src/TAGS \ - src/*.[ch] lisp/*.el lisp/term/*.el) + (cd ${srcdir}/src; \ + ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el) check: @echo "We don't have any tests for GNU Emacs yet."