diff options
Diffstat (limited to 'hl/Makefile.in')
-rwxr-xr-x | hl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in index 6ce70c3..8d8d139 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -708,7 +708,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 |