diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5a81a6c9..9fddcf51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ local-clean: maintainer-clean distcheck-hook: grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \ - | grep -vf licence.skip; \ + | grep -vf license.skip; \ test "$$?" -eq 1 .PHONY: distsign |