diff options
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 2305e7182..cd46ba5c2 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -28,7 +28,7 @@ clean: check_pms_encoding: @for i in $(ALLPMS); do charset=ascii; grep -q 'use utf8' $$i && charset=utf8; iconv -f $$charset -t $$charset $$i >/dev/null || { echo "bad $$charset character in $$i"; exit 1; }; done -check: check_pms_encoding +check_full: check_pms_encoding perl -I. -Mlang -e 'lang::check' check2: |