summaryrefslogtreecommitdiff
path: root/tools/yelp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tools/yelp.m4')
-rw-r--r--tools/yelp.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/yelp.m4 b/tools/yelp.m4
index 3a88229..88b27a1 100644
--- a/tools/yelp.m4
+++ b/tools/yelp.m4
@@ -110,7 +110,9 @@ $(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA)
.PHONY: clean-help
mostlyclean-am: $(if $(HELP_ID),clean-help)
clean-help:
- rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)
+ $(file >clean-help-files,$(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES))
+ @xargs -t rm -f < clean-help-files
+ rm -f clean-help-files
EXTRA_DIST ?=
EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)