Message ID | 20230801172857.702417-1-zwisler@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | bb299b4cca598946d163725d211a4fa3ad3d410b |
Headers | show |
Series | libtracefs: fix cscope makefile rule | expand |
diff --git a/Makefile b/Makefile index 9f377e9..80076aa 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,7 @@ $(EMACS_TAGS): force $(CSCOPE_TAGS): force $(RM) $(obj)/cscope* - $(call find_tag_files) | cscope -b -q + $(call find_tag_files) | xargs cscope -b -q tags: $(VIM_TAGS) TAGS: $(EMACS_TAGS)