summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:11 +0200
committerKarel Zak2007-05-16 11:43:29 +0200
commitcaec351d6709852bf80bacec6fac6a55302357fe (patch)
treee41b120b795bf4ce1a50d87a6d984dc15a149149 /tests
parentbuild-sys: use dist_example_DATA (diff)
downloadkernel-qcow2-util-linux-caec351d6709852bf80bacec6fac6a55302357fe.tar.gz
kernel-qcow2-util-linux-caec351d6709852bf80bacec6fac6a55302357fe.tar.xz
kernel-qcow2-util-linux-caec351d6709852bf80bacec6fac6a55302357fe.zip
build-sys: simplify "clean" in tests/Makefile.am
The construction with "distclean-local" does not seem necessary. Moreover, Automake complains when "clean" is redefined. Simply put the rm to "clean-local". Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e306bfe66..fdcbf198d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,9 +25,5 @@ EXTRA_DIST = expected/* \
ts-mount-remount
-distclean-local:
+clean-local:
rm -rf output diff
-
-clean: distclean-local
-
-