• E
    build: avoid $(builddir) in Makefile · 4fce1c43
    Eric Blake 提交于
    Older automake 1.9.6 (hello there, RHEL 5) did not populate
    $(builddir), which meant 'make check' failed with:
    
    make[3]: *** No rule to make target `/.libs/libvirt.la', needed by `check-symfile'.  Stop.
    
    For that matter, even newer automake doesn't directly emit rules
    to build .libs/libvirt.la; we are better off basing our rules
    on the public ./libvirt.la.
    
    * src/Makefile.am (check-symfile): Delete useless variable.
    4fce1c43
Makefile.am 56.6 KB