Makefile: Add a "FORCE" target
authorFam Zheng <famz@redhat.com>
Wed, 1 Jun 2016 09:44:20 +0000 (17:44 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Jun 2016 12:10:52 +0000 (14:10 +0200)
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <1464774261-648-2-git-send-email-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile

index ae75dd2..59af636 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ Makefile: ;
 configure: ;
 
 .PHONY: all clean cscope distclean dvi html info install install-doc \
-       pdf recurse-all speed test dist msi
+       pdf recurse-all speed test dist msi FORCE
 
 $(call set-vpath, $(SRC_PATH))