aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-12 02:21:17 +0000
committerRichard M. Stallman1994-05-12 02:21:17 +0000
commit928cf89526dca3d63ba7e2a20f0e85fbe0298f15 (patch)
tree1b5fe330aa89ca37dc0a530168d613514d67eaba
parente290aebbf9fe01ac79e72d43013f6cf802e33694 (diff)
downloademacs-928cf89526dca3d63ba7e2a20f0e85fbe0298f15.tar.gz
emacs-928cf89526dca3d63ba7e2a20f0e85fbe0298f15.zip
(TAGS): Use the makefile in src subdir.
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 77437d00c20..092a460ce40 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -487,8 +487,7 @@ relock:
487 (cd src; $(MAKE) $(MFLAGS) relock) 487 (cd src; $(MAKE) $(MFLAGS) relock)
488 488
489TAGS tags: lib-src 489TAGS tags: lib-src
490 (cd ${srcdir}/src; \ 490 cd ${srcdir}/src; $(MAKE) tags
491 ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el)
492 491
493check: 492check:
494 @echo "We don't have any tests for GNU Emacs yet." 493 @echo "We don't have any tests for GNU Emacs yet."