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 | 86f46642b763f320c9313f0cdfb5fffe4970bbcf (patch) | |
| tree | b5aeef8da358548b7882eb1997698e6a7aa27316 | |
| parent | e74fbc701a0a1278ccedd03beb3df6f1590938ea (diff) | |
| download | emacs-86f46642b763f320c9313f0cdfb5fffe4970bbcf.tar.gz | |
(TAGS): cd to src to run etags.
| -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." |
