From cfd7436aafb1cbe3da3af4552e5b85ee9d3e651b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 21 Jan 2004 00:12:22 +0000 Subject: remove checking "$" in po strings, perl_checker takes care of this correctly (ie. N("a\$b") will get string "a$b" in po which is ok, whereas N("a$b") gives an error) --- perl-install/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/Makefile') 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' -- cgit v1.2.1