From 8e60a253576f11e7f4767cb712bfd6f2dc4ec3cb Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 25 Jan 2001 11:42:55 +0000 Subject: [PATCH] (tags): Fix typo. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 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: -- 2.39.2