summaryrefslogtreecommitdiffstats
path: root/hl/c++/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/Makefile.in')
-rw-r--r--hl/c++/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/Makefile.in b/hl/c++/Makefile.in
index 2222704..04eb602 100644
--- a/hl/c++/Makefile.in
+++ b/hl/c++/Makefile.in
@@ -700,7 +700,7 @@ install-doc uninstall-doc:
# clean up files generated by tests so they can be re-run.
build-check-clean:
- $(RM) $(CHECK_CLEANFILES)
+ $(RM) -rf $(CHECK_CLEANFILES)
# run check-clean whenever mostlyclean is run
mostlyclean-local: build-check-clean