From 84165099412c7765ef58fa7ee9f620c13600a030 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 5 Feb 2011 10:17:48 +0000 Subject: Use $(PERL), instead of perl. Also, only compute the value of AUTOGEN_PARSERS once svn path=/trunk/libcss/; revision=11612 --- src/parse/properties/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/properties') diff --git a/src/parse/properties/Makefile b/src/parse/properties/Makefile index 093e19e..fa83a08 100644 --- a/src/parse/properties/Makefile +++ b/src/parse/properties/Makefile @@ -19,7 +19,7 @@ # text_decoration.c # voice_family.c -AUTOGEN_PARSERS=$(shell perl -pe'$$_="" unless /^([^\#][^:]+):/;$$_=$$1 . " "' $(DIR)properties.gen) +AUTOGEN_PARSERS := $(shell $(PERL) -pe'$$_="" unless /^([^\#][^:]+):/;$$_=$$1 . " "' $(DIR)properties.gen) # Dodgy use of define/eval to bypass DIR changing define build_gen_parser -- cgit v1.2.3