mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
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
Block a user