From: Fam Zheng Date: Wed, 1 Jun 2016 09:44:20 +0000 (+0800) Subject: Makefile: Add a "FORCE" target X-Git-Tag: v2.7.0-rc0~141^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d41d4da3c5d702b505d74265900a13fae2c8d0e0;p=thirdparty%2Fqemu.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 ae75dd29e59..59af636f971 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))