From 3fcae3f0e8a3f1402c0a72fb50abae72f9da364a Mon Sep 17 00:00:00 2001 From: Denis ChengRq Date: Mon, 4 Aug 2008 09:51:40 +0800 Subject: [PATCH] --- yaml --- r: 107795 b: refs/heads/master c: 64a99d2a8c3ed5c4e39f3ae1cc682aa8fd3977fc h: refs/heads/master i: 107793: bbc9de9c69cee6ed97376772b42becb56839f27a 107791: b29805b8b642c3962b1ff5b223c57b8c921f555c v: v3 --- [refs] | 2 +- trunk/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)