summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--systemtest/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtest/Makefile.am b/systemtest/Makefile.am
index 1e66738..9d4f792 100644
--- a/systemtest/Makefile.am
+++ b/systemtest/Makefile.am
@@ -52,8 +52,8 @@ check:
done;\
cat log;\
rm log;
-
-clean:
+
+clean-local:
for testcase in ${TESTSEQUENCE}; do \
rm -rf $${testcase}/log*; \
done