]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: don't clean a file that belongs in the tarball
authorEric Blake <eblake@redhat.com>
Tue, 29 May 2012 16:54:50 +0000 (10:54 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 29 May 2012 16:54:50 +0000 (10:54 -0600)
commit28dbf01d08cc8623b040df10ae4822706b78fb7e
treebe2d2dc01f1b89e7c7901c99fdd01d28c8c5436c
parentdc4301c7260b75856c389e51a8b0fb611900d0d2
build: don't clean a file that belongs in the tarball

Otherwise, 'make rpm' fails with:

make[2]: *** No rule to make target `locking/test_libvirt_sanlock.aug.in', needed by `distdir'.  Stop.
make[2]: Leaving directory `/home/dipankar/src/powerpc/libvirt-ppc/src'
make[1]: *** [distdir] Error 1

Reported by Dipankar Sarma.

* src/Makefile.am (CLEANFILES): Clean only the generated file.
src/Makefile.am