• E
    build: force init scripts to rebuild on changed --prefix · 482e08a9
    Eric Blake 提交于
    Otherwise, './configure --prefix=/foo && make &&
     ./configure --prefix=/bar && make' leaves the wrong files
    in libvirtd.init (/foo instead of /bar).
    
    * daemon/Makefile.am (libvirtd.init): Add dependency on
    config.status.  Reported by Cole Robinson.
    482e08a9
Makefile.am 8.0 KB