From b8c59353552c2504c0e71e1f6f81dfa4b2a96e37 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 11 Apr 2018 13:26:58 +1000 Subject: build: Fix make clean. Update #3254. --- testsuites/automake/subdirs.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/automake/subdirs.am b/testsuites/automake/subdirs.am index e0ddab46f0..a566774bab 100644 --- a/testsuites/automake/subdirs.am +++ b/testsuites/automake/subdirs.am @@ -24,4 +24,5 @@ endef $(foreach T,$(_SUBDIRS),$(eval $(call TESTDIR,$(strip $(T))))) -all-local: $(_SUBDIRS) +all-local: $(_SUBDIRS) +clean-local: $(_SUBDIRS) -- cgit v1.2.3