提交 53ed2c4c 编写于 作者: J Jim Meyering

build: avoid non-srcdir installation failure (apibuild.py)

* docs/Makefile.am (libvirt-api.xml): Insert missing "$(srcdir)/".
Also, remove unnecessary sub-shell.
上级 5365ff40
...@@ -131,7 +131,7 @@ devhelp/index.html devhelp/libvirt.devhelp: libvirt-api.xml $(devhelpxsl) ...@@ -131,7 +131,7 @@ devhelp/index.html devhelp/libvirt.devhelp: libvirt-api.xml $(devhelpxsl)
libvirt-api.xml libvirt-refs.xml: apibuild.py \ libvirt-api.xml libvirt-refs.xml: apibuild.py \
$(srcdir)/../include/libvirt/*.h \ $(srcdir)/../include/libvirt/*.h \
$(srcdir)/../src/libvirt.c $(srcdir)/../src/util/virterror.c $(srcdir)/../src/libvirt.c $(srcdir)/../src/util/virterror.c
-(./apibuild.py) -$(srcdir)/apibuild.py
clean-local: clean-local:
rm -f *~ *.bak *.hierarchy *.signals *-unused.txt rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册