aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2020-09-03 21:47:48 +0200
committerLaurent Vivier <laurent@vivier.eu>2020-09-10 16:20:49 +0200
commit8dc746b2ae247a20ad4672704d24872f15fcb24f (patch)
tree3ff670bfa337853aa454d1b64428a273f7b6bde4 /Makefile
parent1c3bd33a5e8beab591dd2d33b1e958496ea0464e (diff)
Makefile: Drop extra phony cscope
Commit d79864058a64 added a dedicated phony line for cscope. Fixes: d79864058a64 ("Makefile: Add back TAGS/ctags/cscope rules") Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <159916246865.691541.16619858522304817323.stgit@bahia.lan> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6c5c9fdef..83bc40b255 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ build.ninja: config-host.mak
Makefile: ;
configure: ;
-.PHONY: all clean cscope distclean install \
+.PHONY: all clean distclean install \
recurse-all dist msi FORCE
SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory --quiet)