From: Richard M. Stallman Date: Thu, 12 May 1994 02:21:17 +0000 (+0000) Subject: (TAGS): Use the makefile in src subdir. X-Git-Tag: emacs-19.34~8391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=928cf89526dca3d63ba7e2a20f0e85fbe0298f15;p=emacs.git (TAGS): Use the makefile in src subdir. --- diff --git a/Makefile.in b/Makefile.in index 77437d00c20..092a460ce40 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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."