diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1492,7 +1492,7 @@ quiet_cmd_cscope-file = FILELST cscope.files | |||
1492 | cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files | 1492 | cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files |
1493 | 1493 | ||
1494 | quiet_cmd_cscope = MAKE cscope.out | 1494 | quiet_cmd_cscope = MAKE cscope.out |
1495 | cmd_cscope = cscope -b | 1495 | cmd_cscope = cscope -b -f cscope.out |
1496 | 1496 | ||
1497 | cscope: FORCE | 1497 | cscope: FORCE |
1498 | $(call cmd,cscope-file) | 1498 | $(call cmd,cscope-file) |