From 8f13cb490ba4cd59e42993f86d73018e98e39042 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 17 Jan 2023 16:21:28 +0100 Subject: [PATCH] build: fix `make cscope` step for removed directories --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###############################################################################