From e45c58268de6140b9af4d1af53f7a96c286aeed0 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 23 Jul 2016 18:01:20 +0200 Subject: [PATCH] Remove directories (testdir.* and perfdir.*) on "make clean" --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2