Fix distcheck: remove potentially-read-only files from builddir
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 5 Jun 2012 12:27:23 +0000 (13:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 5 Jun 2012 12:27:23 +0000 (13:27 +0100)
commit7db205d25d93f801b5f22dfb8afd059c3961ff4f
tree145c75390547a641da158185b091894eab59da32
parent9a727711a55c8b9d23b3fd445e39019a850f149f
Fix distcheck: remove potentially-read-only files from builddir

During distcheck, the srcdir is read-only. During "make all", cp may
preserve the read-only status of the file copied from the srcdir,
resulting in failure to overwrite it with an identical file during
"make check" (which depends on all-local).

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
test/Makefile.am