From: Greg Kurz Date: Thu, 3 Sep 2020 19:47:48 +0000 (+0200) Subject: Makefile: Drop extra phony cscope X-Git-Tag: v5.2.0-rc0~121^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dc746b2ae247a20ad4672704d24872f15fcb24f;p=thirdparty%2Fqemu.git 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 --- diff --git a/Makefile b/Makefile index d6c5c9fdef1..83bc40b255d 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)