aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
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
478TAGS tags: lib-src 478TAGS 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
482check: 482check:
483 @echo "We don't have any tests for GNU Emacs yet." 483 @echo "We don't have any tests for GNU Emacs yet."