Makefile: Drop extra phony cscope

Commit d79864058a added a dedicated phony line for cscope.

Fixes: d79864058a ("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>
This commit is contained in:
Greg Kurz 2020-09-03 21:47:48 +02:00 committed by Laurent Vivier
parent 1c3bd33a5e
commit 8dc746b2ae
1 changed files with 1 additions and 1 deletions

View File

@ -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)