Makefile: Add a "FORCE" target

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>
This commit is contained in:
Fam Zheng 2016-06-01 17:44:20 +08:00 committed by Paolo Bonzini
parent 844864fbae
commit d41d4da3c5
1 changed files with 1 additions and 1 deletions

View File

@ -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))