Skip to content
Snippets Groups Projects
Commit 8dc746b2 authored by Greg Kurz's avatar Greg Kurz Committed by Laurent Vivier
Browse files

Makefile: Drop extra phony cscope


Commit d7986405 added a dedicated phony line for cscope.

Fixes: d7986405 ("Makefile: Add back TAGS/ctags/cscope rules")
Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
Reviewed-by: default avatarLaurent Vivier <laurent@vivier.eu>
Message-Id: <159916246865.691541.16619858522304817323.stgit@bahia.lan>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 1c3bd33a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment