From c17a3070ea57ef90683d76a4303fbb4dff1ff33a Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sat, 24 Feb 2018 17:03:44 -0500 Subject: [PATCH] Makefile: Add a FORCE target Backports commit d41d4da3c5d702b505d74265900a13fae2c8d0e0 from qemu --- qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/Makefile b/qemu/Makefile index 04c5d39e..70c03976 100644 --- a/qemu/Makefile +++ b/qemu/Makefile @@ -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))