From: Joel Rosdahl Date: Sat, 23 Jul 2016 16:01:20 +0000 (+0200) Subject: Remove directories (testdir.* and perfdir.*) on "make clean" X-Git-Tag: v3.3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e45c58268de6140b9af4d1af53f7a96c286aeed0;p=thirdparty%2Fccache.git Remove directories (testdir.* and perfdir.*) on "make clean" --- diff --git a/Makefile.in b/Makefile.in index f462e33c4..5aee02df2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -84,7 +84,7 @@ install: all $(srcdir)/ccache.1 .PHONY: clean clean: - rm -f $(files_to_clean) + rm -rf $(files_to_clean) conf.c: confitems_lookup.c envtoconfitems_lookup.c