From: Stefano Lattarini Date: Thu, 26 Jul 2012 16:27:15 +0000 (+0200) Subject: typofix: in a comment in Makefile.am X-Git-Tag: v1.12b~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11927353c180858e7d7f4e775f8de68781ce4d71;p=thirdparty%2Fautomake.git typofix: in a comment in Makefile.am Signed-off-by: Stefano Lattarini --- diff --git a/Makefile.am b/Makefile.am index 028b07014..98a67a0dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -503,7 +503,7 @@ EXTRA_DIST += $(perf_TESTS) clean-local: clean-local-check .PHONY: clean-local-check clean-local-check: -## Directries candidate to be test directories match this wildcard. +## Directories candidate to be test directories match this wildcard. @globs='t/*.dir t/*/*.dir */t/*.dir */t/*/*.dir'; \ ## The 'nullglob' bash option is not portable, so use perl. dirs=`$(PERL) -e "print join(' ', glob('$$globs'));"` || exit 1; \