diff options
Diffstat (limited to 'hl/tools/Makefile.in')
-rw-r--r-- | hl/tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/Makefile.in b/hl/tools/Makefile.in index e348ebf..9b4b7dc 100644 --- a/hl/tools/Makefile.in +++ b/hl/tools/Makefile.in @@ -686,7 +686,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 |