aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aux/dev.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/dev.mk b/aux/dev.mk
index 94fa4d6..e644edb 100644
--- a/aux/dev.mk
+++ b/aux/dev.mk
@@ -105,7 +105,7 @@ $(test-files): ALWAYS manfooter.sentinel
aux/checks/assert-manpages.sh: manfooter.sentinel
manfooter.sentinel:
- for f in aux/checks/manpages/*.in; do $(MAKE) -f aux/dev.mk "$${f%.in}"; done
+ $(MAKE) -f aux/dev.mk `echo aux/checks/manpages/*.in | sed 's|\.in||g'`
touch $@
dev-check: $(test-files)