mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 22:25:25 +00:00
maint: allow VPATH use of remote_protocol-structs
* src/Makefile.am (remote_protocol-structs): Ensure file lives in srcdir.
This commit is contained in:
parent
1c5891204d
commit
3876e010eb
@ -179,7 +179,7 @@ remote_protocol-structs:
|
||||
-e ' $$p =~ s!\s+$$!!;' \
|
||||
-e ' print "$$p\n" } }' \
|
||||
> $@-t; \
|
||||
diff -u $@-t $@; st=$$?; rm -f $@-t; exit $$st; \
|
||||
diff -u $@-t $(srcdir)/$@; st=$$?; rm -f $@-t; exit $$st; \
|
||||
else \
|
||||
echo 'WARNING: you lack pdwtags; skipping the $@ test'; \
|
||||
echo 'WARNING: install the dwarves package to get pdwtags'; \
|
||||
|
Loading…
Reference in New Issue
Block a user