Message ID | 20230802171637.3121112-1-zwisler@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | libtraceeval: fix cscope makefile rule | expand |
diff --git a/Makefile b/Makefile index 3ea051c..5779c43 100644 --- a/Makefile +++ b/Makefile @@ -230,7 +230,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)