diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 6aa85ce82..49ff45b6d 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -30,7 +30,6 @@ clean: find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f check: - $(MAKE) -C share/po check perl -I. -Mlang -e 'lang::check' perl -I. -Mkeyboard -e 'keyboard::check' |