Makefile: Add a FORCE target

Backports commit d41d4da3c5d702b505d74265900a13fae2c8d0e0 from qemu
This commit is contained in:
Fam Zheng 2018-02-24 17:03:44 -05:00 committed by Lioncash
parent 8d0faac1dc
commit c17a3070ea
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -52,7 +52,7 @@ GENERATED_SOURCES += qapi-types.c qapi-visit.c
Makefile: ;
configure: ;
.PHONY: all clean cscope distclean install recurse-all
.PHONY: all clean cscope distclean install recurse-all FORCE
$(call set-vpath, $(SRC_PATH))