diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-16 06:47:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-16 06:47:09 +0000 |
commit | 33557789224d480a555ae2cca2a59a5a8985136f (patch) | |
tree | 8732f4f968409b27907dfaff8b46506138d78313 /Makefile.in | |
parent | 60d79f7990105356c153ad9601ef3992b85c23c7 (diff) | |
download | emacs-33557789224d480a555ae2cca2a59a5a8985136f.tar.gz |
(TAGS): cd to src to run etags.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index e50afa1a54c..1fc107853a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -476,8 +476,8 @@ relock: (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." |