]> err.no Git - util-linux/commitdiff
build-sys: simplify "clean" in tests/Makefile.am
authorStepan Kasal <skasal@redhat.com>
Tue, 15 May 2007 18:46:11 +0000 (20:46 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 09:43:29 +0000 (11:43 +0200)
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>
tests/Makefile.am

index e306bfe66d27760a0b9dc2349b04fb9b7bb28ea8..fdcbf198dd06c0650deb94b6ef83be8fcacb0143 100644 (file)
@@ -25,9 +25,5 @@ EXTRA_DIST =  expected/* \
                ts-mount-remount
 
 
-distclean-local:
+clean-local:
        rm -rf output diff
-
-clean: distclean-local
-
-