]> xenbits.xensource.com Git - libvirt.git/commit
build: force init scripts to rebuild on changed --prefix
authorEric Blake <eblake@redhat.com>
Fri, 21 May 2010 21:18:24 +0000 (15:18 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 21 May 2010 21:18:24 +0000 (15:18 -0600)
commit482e08a98af61081c41e594980744e98665a84b1
tree4a20befc9a7d403c00755196e41b48b9342896c5
parent9c563e76e8e214118a4a753c227519408d43f458
build: force init scripts to rebuild on changed --prefix

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.
daemon/Makefile.am