aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-16 06:47:09 +0000
committerRichard M. Stallman <[email protected]>1993-06-16 06:47:09 +0000
commit86f46642b763f320c9313f0cdfb5fffe4970bbcf (patch)
treeb5aeef8da358548b7882eb1997698e6a7aa27316 /Makefile.in
parente74fbc701a0a1278ccedd03beb3df6f1590938ea (diff)
(TAGS): cd to src to run etags.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e50afa1a54..1fc107853a 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."