]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Build: Fix tags generation
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 12 Jan 2021 14:43:54 +0000 (15:43 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 12 Jan 2021 14:43:54 +0000 (15:43 +0100)
Makefile.in

index da6cd206a5c48d8fd1d01e561cc085f9b5f89a42..e0ff4a1d45e8e3ed5605343bf5e13b1b81529544 100644 (file)
@@ -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