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:
Andrea Bolognani
2019-12-12 11:42:34 +01:00
parent d75f865fb9
commit 4af076f163
+1 -1
View File
@@ -148,4 +148,4 @@ gen-AUTHORS:
fi
ci-%:
$(MAKE) -C ci/ $@
$(MAKE) -C $(srcdir)/ci/ $@