summaryrefslogtreecommitdiffstats
path: root/testsuites
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 /testsuites
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 'testsuites')
-rw-r--r--testsuites/automake/subdirs.am3
1 files changed, 2 insertions, 1 deletions
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)