From a40ddf5c616465a93287e4ac41a98d04b4fb2b37 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 12 Jan 2021 15:43:54 +0100 Subject: [PATCH] Build: Fix tags generation --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index da6cd206..e0ff4a1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -194,10 +194,10 @@ static-scan: $(Q)scan-build $(STATIC_SCAN_FLAGS) $(MAKE) -$(MAKEFLAGS) tags: - cd $(srcdir) ; etags -lc `find $(dirs) -name *.[chY]` + cd $(srcdir) ; etags -lc `find $(dirs) -name '*.[chY]'` cscope: - cd $(srcdir) ; find $(dirs) -name *.[chY] > cscope.files ; cscope -b + cd $(srcdir) ; find $(dirs) -name '*.[chY]' > cscope.files ; cscope -b # Install