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 | 928cf89526dca3d63ba7e2a20f0e85fbe0298f15 (patch) | |
tree | 1b5fe330aa89ca37dc0a530168d613514d67eaba /Makefile.in | |
parent | e290aebbf9fe01ac79e72d43013f6cf802e33694 (diff) | |
download | emacs-928cf89526dca3d63ba7e2a20f0e85fbe0298f15.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." |