summaryrefslogtreecommitdiffstats
path: root/c++/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/Makefile.in')
-rw-r--r--c++/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 2589338..0b632bc 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -789,7 +789,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