diff options
| author | Richard M. Stallman | 1993-06-16 06:47:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-16 06:47:09 +0000 |
| commit | 86f46642b763f320c9313f0cdfb5fffe4970bbcf (patch) | |
| tree | b5aeef8da358548b7882eb1997698e6a7aa27316 | |
| parent | e74fbc701a0a1278ccedd03beb3df6f1590938ea (diff) | |
| download | emacs-86f46642b763f320c9313f0cdfb5fffe4970bbcf.tar.gz emacs-86f46642b763f320c9313f0cdfb5fffe4970bbcf.zip | |
(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: | |||
| 476 | (cd src; make relock) | 476 | (cd src; make relock) |
| 477 | 477 | ||
| 478 | TAGS tags: lib-src | 478 | TAGS tags: lib-src |
| 479 | (cd ${srcdir} ; lib-src/etags --output=./src/TAGS \ | 479 | (cd ${srcdir}/src; \ |
| 480 | src/*.[ch] lisp/*.el lisp/term/*.el) | 480 | ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el) |
| 481 | 481 | ||
| 482 | check: | 482 | check: |
| 483 | @echo "We don't have any tests for GNU Emacs yet." | 483 | @echo "We don't have any tests for GNU Emacs yet." |