From 05ffa3d1b9f532d79f922facf8b2e107ecd7c45c Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 22 Jul 2016 12:14:35 +0200 Subject: [PATCH] Remove testdir.* and perfdir.* on "make clean" --- Makefile.in | 2 +- dev.mk.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index d474f2a71..f462e33c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,7 @@ test_objs = $(test_sources:.c=.o) all_sources = $(ccache_sources) $(test_sources) all_objs = $(ccache_objs) $(test_objs) $(zlib_objs) -files_to_clean = $(all_objs) ccache$(EXEEXT) test/main$(EXEEXT) *~ +files_to_clean = $(all_objs) ccache$(EXEEXT) test/main$(EXEEXT) *~ testdir.* files_to_distclean = Makefile config.h config.log config.status .PHONY: all diff --git a/dev.mk.in b/dev.mk.in index c440034d9..c6331729c 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -48,7 +48,7 @@ headers = \ test/suites.h \ test/util.h -files_to_clean += *.tar.bz2 *.tar.gz *.tar.xz *.xml .deps/* +files_to_clean += *.tar.bz2 *.tar.gz *.tar.xz *.xml .deps/* perfdir.* files_to_distclean += $(built_dist_files) version.c test/suites.h files_to_distclean += .deps version.c dev.mk -- 2.47.2