summaryrefslogtreecommitdiff
path: root/src/parse/properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties')
-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