mirror of https://gitee.com/openkylin/libvirt.git
ci: Fix VPATH builds
The CI build machinery is intentionally not handled by autotools, so for VPATH builds - which are mandatory now - we need to make sure we're looking into $(srcdir). Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
d75f865fb9
commit
4af076f163
|
@ -148,4 +148,4 @@ gen-AUTHORS:
|
|||
fi
|
||||
|
||||
ci-%:
|
||||
$(MAKE) -C ci/ $@
|
||||
$(MAKE) -C $(srcdir)/ci/ $@
|
||||
|
|
Loading…
Reference in New Issue