diff options
Diffstat (limited to 'aux/dev.mk')
-rw-r--r-- | aux/dev.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |