]> git.eshelyaron.com Git - emacs.git/commitdiff
(TAGS): Use the makefile in src subdir.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 May 1994 02:21:17 +0000 (02:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 May 1994 02:21:17 +0000 (02:21 +0000)
Makefile.in

index 77437d00c2010e1fada8cffbacc3d78f7631bc6d..092a460ce404f78db2eae4353f8c13baa64bd146 100644 (file)
@@ -487,8 +487,7 @@ relock:
        (cd src; $(MAKE) $(MFLAGS) relock)
 
 TAGS tags:     lib-src
-       (cd ${srcdir}/src; \
-        ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el)
+       cd ${srcdir}/src; $(MAKE) tags
 
 check:
        @echo "We don't have any tests for GNU Emacs yet."