From cc43b36400cf378b452209446e9223bf54350cd6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 31 Jul 2010 03:07:34 +0000 Subject: =?UTF-8?q?2010-07-31=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove intital_fs directory. --- testsuites/libtests/tar01/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests/tar01') diff --git a/testsuites/libtests/tar01/Makefile.am b/testsuites/libtests/tar01/Makefile.am index 5affa41e94..c2477c21d9 100644 --- a/testsuites/libtests/tar01/Makefile.am +++ b/testsuites/libtests/tar01/Makefile.am @@ -2,8 +2,6 @@ ## $Id$ ## -CLEANFILES = - if TARTESTS rtems_tests_PROGRAMS = tar01 tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \ @@ -49,4 +47,7 @@ initial_filesystem.tar: CLEANFILES += initial_filesystem.tar endif TARTESTS +clean-local: + -rm -rf initial_fs + include $(top_srcdir)/../automake/local.am -- cgit v1.2.3