mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
build: Fix check-driverimpls in VPATH
DRIVER_SOURCE_FILES mixes files with absolute path (inherited from REMOTE_DRIVER_GENERATED) with file paths that are relative to srcdir but check-driverimpls.pl needs full paths.
This commit is contained in:
parent
c431f06587
commit
e13e548fc2
@ -468,7 +468,8 @@ DRIVER_SOURCE_FILES = \
|
||||
|
||||
check-driverimpls:
|
||||
$(AM_V_GEN)$(PERL) $(srcdir)/check-driverimpls.pl \
|
||||
$(DRIVER_SOURCE_FILES)
|
||||
$(filter /%,$(DRIVER_SOURCE_FILES)) \
|
||||
$(addprefix $(srcdir)/,$(filter-out /%,$(DRIVER_SOURCE_FILES)))
|
||||
|
||||
EXTRA_DIST += check-driverimpls.pl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user