Mercurial > emacs
diff Makefile.in @ 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 | a25ee02b41c8 |
| children | c5dab4ea2a4c |
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."
