From 8dc746b2ae247a20ad4672704d24872f15fcb24f Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Thu, 3 Sep 2020 21:47:48 +0200 Subject: 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 Reviewed-by: Laurent Vivier Message-Id: <159916246865.691541.16619858522304817323.stgit@bahia.lan> Signed-off-by: Laurent Vivier --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3