changeset 7462:2ead438fa63a

(TAGS): Use the makefile in src subdir.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 May 1994 02:21:17 +0000
parents 1ce5d720b347
children a01b93a9f893
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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."