diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1177,10 +1177,10 @@ define all-sources | |||
1177 | endef | 1177 | endef |
1178 | 1178 | ||
1179 | quiet_cmd_cscope-file = FILELST cscope.files | 1179 | quiet_cmd_cscope-file = FILELST cscope.files |
1180 | cmd_cscope-file = $(all-sources) > cscope.files | 1180 | cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files |
1181 | 1181 | ||
1182 | quiet_cmd_cscope = MAKE cscope.out | 1182 | quiet_cmd_cscope = MAKE cscope.out |
1183 | cmd_cscope = cscope -k -b -q | 1183 | cmd_cscope = cscope -b |
1184 | 1184 | ||
1185 | cscope: FORCE | 1185 | cscope: FORCE |
1186 | $(call cmd,cscope-file) | 1186 | $(call cmd,cscope-file) |