mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
build: rebuild generated files after rpcgen_fix.pl tweak
Noticed this while trying to run rpcgen on cygwin. * src/Makefile.am ($(srcdir)/remote/%_protocol.h) ($(srcdir)/remote/%_protocol.c): Add a dependency.
This commit is contained in:
parent
3e63a94cb9
commit
0f536dea9b
@ -552,11 +552,12 @@ libvirt_driver_remote_la_SOURCES = $(REMOTE_DRIVER_SOURCES)
|
||||
$(srcdir)/remote/remote_driver.c: $(REMOTE_DRIVER_GENERATED)
|
||||
|
||||
$(srcdir)/remote/%_protocol.c: $(srcdir)/remote/%_protocol.x \
|
||||
$(srcdir)/remote/%_protocol.h
|
||||
$(srcdir)/remote/%_protocol.h $(srcdir)/remote/rpcgen_fix.pl
|
||||
$(AM_V_GEN)perl -w $(srcdir)/remote/rpcgen_fix.pl $(RPCGEN) -c \
|
||||
$< $@
|
||||
|
||||
$(srcdir)/remote/%_protocol.h: $(srcdir)/remote/%_protocol.x
|
||||
$(srcdir)/remote/%_protocol.h: $(srcdir)/remote/%_protocol.x \
|
||||
$(srcdir)/remote/rpcgen_fix.pl
|
||||
$(AM_V_GEN)perl -w $(srcdir)/remote/rpcgen_fix.pl $(RPCGEN) -h \
|
||||
$< $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user