diff --git a/[refs] b/[refs] index 9e539bdaea1a..76a98e51ff63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b0de144333fca335a0111a6f9c59176ad43ba0a +refs/heads/master: 64a99d2a8c3ed5c4e39f3ae1cc682aa8fd3977fc diff --git a/trunk/Makefile b/trunk/Makefile index 343ec4774b55..f3e206509ee1 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1492,7 +1492,7 @@ quiet_cmd_cscope-file = FILELST cscope.files cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files quiet_cmd_cscope = MAKE cscope.out - cmd_cscope = cscope -b + cmd_cscope = cscope -b -f cscope.out cscope: FORCE $(call cmd,cscope-file)