From caec351d6709852bf80bacec6fac6a55302357fe Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Tue, 15 May 2007 20:46:11 +0200 Subject: [PATCH] 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 --- tests/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index e306bfe6..fdcbf198 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 - - -- 2.39.5