summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tar01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/tar01')
-rw-r--r--testsuites/libtests/tar01/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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