summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-02-05 10:17:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-02-05 10:17:48 +0000
commit84165099412c7765ef58fa7ee9f620c13600a030 (patch)
tree7381fec1547e0d148dd6506fca0a191c65aee25d /src/parse
parent7baa070c9f9061714840bee2f66c4ad097c49113 (diff)
downloadlibcss-84165099412c7765ef58fa7ee9f620c13600a030.tar.gz
libcss-84165099412c7765ef58fa7ee9f620c13600a030.tar.bz2
Use $(PERL), instead of perl.
Also, only compute the value of AUTOGEN_PARSERS once svn path=/trunk/libcss/; revision=11612
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/properties/Makefile2
1 files changed, 1 insertions, 1 deletions
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