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. --- cpukit/automake/subdirs.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/automake') diff --git a/cpukit/automake/subdirs.am b/cpukit/automake/subdirs.am index 8c7be70e60..b36ad80735 100644 --- a/cpukit/automake/subdirs.am +++ b/cpukit/automake/subdirs.am @@ -49,4 +49,5 @@ $(foreach D,$(SUBDIRS_no_dot),$(eval $(call CPUKITDIR,$(D),$(D)))) # $(if "$(SUBDIRS_wrapup)" "wrapup",wrapup: dot $(foreach D,$(SUBDIRS_no_dot_no_wrapup),$(D)),) -all-local: $(if "$(SUBDIRS_dot)" ".",dot) $(SUBDIRS_no_dot) +all-local: $(if "$(SUBDIRS_dot)" ".",dot) $(SUBDIRS_no_dot) +clean-local: $(if "$(SUBDIRS_dot)" ".",dot) $(SUBDIRS_no_dot) -- cgit v1.2.3