diff options
author | Greg Kurz | 2020-09-03 21:47:48 +0200 |
---|---|---|
committer | Laurent Vivier | 2020-09-10 16:20:49 +0200 |
commit | 8dc746b2ae247a20ad4672704d24872f15fcb24f (patch) | |
tree | 3ff670bfa337853aa454d1b64428a273f7b6bde4 /Makefile | |
parent | hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP) (diff) | |
download | qemu-8dc746b2ae247a20ad4672704d24872f15fcb24f.tar.gz qemu-8dc746b2ae247a20ad4672704d24872f15fcb24f.tar.xz qemu-8dc746b2ae247a20ad4672704d24872f15fcb24f.zip |
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 <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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |