summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-01-17 16:21:28 +0100
committerThomas Haller <thaller@redhat.com>2023-01-17 16:29:05 +0100
commit8f13cb490ba4cd59e42993f86d73018e98e39042 (patch)
tree13bd4cda3953327a695c6c330a9cae5afbb06293
parenta45029b7b0e83f17553d5041ee6fa84ff13cb289 (diff)
build: fix `make cscope` step for removed directories
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 29d39b4c5e..aa79967e1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5849,7 +5849,7 @@ uninstall-hook: $(uninstall_hook)
###############################################################################
cscope:
- cscope -b -q -R -sshared -ssrc -slibnm -sclients;
+ cscope -b -q -R -ssrc
###############################################################################