mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
build: depend on correct file
Otherwise, VPATH builds fail with: make[1]: *** No rule to make target `libvirt-guests.init', needed by `all'. Regression introduced in commit 482e08a9. * daemon/Makefile.am (%.init): Look in correct place for config.status.
This commit is contained in:
parent
8b5bc6c479
commit
12f7ed9357
@ -239,7 +239,7 @@ uninstall-init:
|
||||
|
||||
BUILT_SOURCES += libvirtd.init libvirt-guests.init
|
||||
|
||||
%.init: %.init.in $(top_srcdir)/config.status
|
||||
%.init: %.init.in $(top_builddir)/config.status
|
||||
$(AM_V_GEN)sed \
|
||||
-e s!\@localstatedir\@!@localstatedir@!g \
|
||||
-e s!\@sbindir\@!@sbindir@!g \
|
||||
|
Loading…
x
Reference in New Issue
Block a user