]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
Makefile: Drop extra phony cscope
authorGreg Kurz <groug@kaod.org>
Thu, 3 Sep 2020 19:47:48 +0000 (21:47 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 10 Sep 2020 14:20:49 +0000 (16:20 +0200)
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>
Makefile

index d6c5c9fdef1a915dfc9f5a6448978aaa3d56a954..83bc40b255dbf24fabf11b31cc68279bbc1e896c 100644 (file)
--- 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)