summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-11 13:26:58 +1000
committerChris Johns <chrisj@rtems.org>2018-04-11 13:26:58 +1000
commitb8c59353552c2504c0e71e1f6f81dfa4b2a96e37 (patch)
tree174f44a1fe3a268115a0b5c49da486994615b3ed /cpukit/automake
parentcpukit/mttpd: Add a callback to generate a per file HTTP etag (diff)
downloadrtems-b8c59353552c2504c0e71e1f6f81dfa4b2a96e37.tar.bz2
build: Fix make clean.
Update #3254.
Diffstat (limited to 'cpukit/automake')
-rw-r--r--cpukit/automake/subdirs.am3
1 files changed, 2 insertions, 1 deletions
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)