diff --git a/[refs] b/[refs] index ea0e55ba878c..361a629f1879 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2cb1a95c5fa4d1691c90a4f530955b4ea3cfa24 +refs/heads/master: acbef459a663a8349ceb46b5a11ede50fa7909c7 diff --git a/trunk/Makefile b/trunk/Makefile index 9cf07e7b9f88..8294cd73b3aa 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1177,10 +1177,10 @@ define all-sources endef quiet_cmd_cscope-file = FILELST cscope.files - cmd_cscope-file = $(all-sources) > cscope.files + cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files quiet_cmd_cscope = MAKE cscope.out - cmd_cscope = cscope -k -b -q + cmd_cscope = cscope -b cscope: FORCE $(call cmd,cscope-file)