From: Ondrej Zajicek (work) Date: Tue, 12 Jan 2021 14:43:54 +0000 (+0100) Subject: Build: Fix tags generation X-Git-Tag: v2.0.8~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40ddf5c616465a93287e4ac41a98d04b4fb2b37;p=thirdparty%2Fbird.git Build: Fix tags generation --- diff --git a/Makefile.in b/Makefile.in index da6cd206a..e0ff4a1d4 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