diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-12 02:21:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-12 02:21:17 +0000 |
commit | 860051084c79584fd1293dc1687d2d5efb840895 (patch) | |
tree | 93037ae335932c289e035656a391af98f6ada66e /Makefile.in | |
parent | d23efc449d01aafb0a90fa97a3a0c2d85e81a607 (diff) | |
download | emacs-860051084c79584fd1293dc1687d2d5efb840895.tar.gz |
(TAGS): Use the makefile in src subdir.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
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." |