diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-25 11:42:55 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-25 11:42:55 +0000 |
commit | 8e60a253576f11e7f4767cb712bfd6f2dc4ec3cb (patch) | |
tree | c42d36a359cff14d9da8b8dd1cf6d67dddd59573 /Makefile.in | |
parent | 0fb94c7febd0cc19794a48b177135c918b77a92e (diff) | |
download | emacs-8e60a253576f11e7f4767cb712bfd6f2dc4ec3cb.tar.gz |
(tags): Fix typo.
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 01e39d8e641..863d04c96ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -606,8 +606,7 @@ relock: # The src subdir knows how to do the right thing # even when the build directory and source dir are different. -TAGS tags: - lib-src src +TAGS tags: lib-src src cd src; $(MAKE) tags check: |