summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-06 22:43:26 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:42:23 +0100
commitfe91ad681d35479732bfd2dd7373508c945ad07a (patch)
tree944b0c342b6867aa57fc67b99471ebfbc1756260
parentff3f4695470d8a212a0384704e43bbbbddde1427 (diff)
downloadrasdaman-upstream-fe91ad681d35479732bfd2dd7373508c945ad07a.tar.gz
rasdaman-upstream-fe91ad681d35479732bfd2dd7373508c945ad07a.tar.xz
rasdaman-upstream-fe91ad681d35479732bfd2dd7373508c945ad07a.zip
build: Use clean-local for local cleaning
Defining "clean" target in an Automake build system is wrong. Use "clean-local" instead.
-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