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>
This commit is contained in:
Stepan Kasal 2007-05-15 20:46:11 +02:00 committed by Karel Zak
parent 39a2c1480f
commit caec351d67
1 changed files with 1 additions and 5 deletions

View File

@ -25,9 +25,5 @@ EXTRA_DIST = expected/* \
ts-mount-remount
distclean-local:
clean-local:
rm -rf output diff
clean: distclean-local