summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 0418e595..aa04792b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -294,6 +294,7 @@ all-local:
else \
for F in $(static_data); do \
$(MKDIR_P) $${F%/*}; \
+ rm -f $$F; \
cp $(srcdir)/$$F $$F; \
done; \
fi