Skip to content
Snippets Groups Projects
Commit fc5db021 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent e921f1a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment