From: Fam Zheng Date: Wed, 1 Jun 2016 09:44:20 +0000 (+0800) Subject: Makefile: Add a "FORCE" target X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d41d4da3c5d702b505d74265900a13fae2c8d0e0;p=qemu.git Makefile: Add a "FORCE" target Signed-off-by: Fam Zheng Message-Id: <1464774261-648-2-git-send-email-famz@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/Makefile b/Makefile index ae75dd29e5..59af636f97 100644 --- 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))