summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini2020-12-16 13:13:40 +0100
committerPaolo Bonzini2021-01-02 21:03:36 +0100
commitfc5db021bd57ee61a8984eea478f583f98a52c83 (patch)
treebb99746cb0c8375807ddbca28ec78ff951af1520 /Makefile
parenttrace: do not include TCG helper tracepoints in no-TCG builds (diff)
downloadqemu-fc5db021bd57ee61a8984eea478f583f98a52c83.tar.gz
qemu-fc5db021bd57ee61a8984eea478f583f98a52c83.tar.xz
qemu-fc5db021bd57ee61a8984eea478f583f98a52c83.zip
Makefile: add dummy target for build.ninja dependencies
The dummy targets ensure that incremental build can be done after deleting a meson.build file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76dbb917f5..fb9923ff22 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ Makefile.ninja: build.ninja
# A separate rule is needed for Makefile dependencies to avoid -n
build.ninja: build.ninja.stamp
+$(build-files):
build.ninja.stamp: meson.stamp $(build-files)
$(NINJA) $(if $V,-v,) build.ninja && touch $@
endif