# HG changeset patch # User Richard M. Stallman # Date 768709277 0 # Node ID 2ead438fa63a30853eae913844c96047e538c286 # Parent 1ce5d720b34788a27925857a32f2c611faedf4c5 (TAGS): Use the makefile in src subdir. diff -r 1ce5d720b347 -r 2ead438fa63a Makefile.in --- a/Makefile.in Thu May 12 02:14:13 1994 +0000 +++ b/Makefile.in Thu May 12 02:21:17 1994 +0000 @@ -487,8 +487,7 @@ (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."