qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] Makefile: Drop extra phony cscope


From: Greg Kurz
Subject: [PATCH 1/2] Makefile: Drop extra phony cscope
Date: Thu, 03 Sep 2020 21:47:48 +0200
User-agent: StGit/0.21

Commit d79864058a64 added a dedicated phony line for cscope.

Signed-off-by: Greg Kurz <groug@kaod.org>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ed354c43b0ba..a9d3e2c4d375 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ generated-files-y += .git-submodule-status
 Makefile: ;
 configure: ;
 
-.PHONY: all clean cscope distclean install \
+.PHONY: all clean distclean install \
        recurse-all dist msi FORCE
 
 $(call set-vpath, $(SRC_PATH))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]