summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-12-19 13:31:55 +0000
committerVincent Sanders <vince@kyllikki.org>2014-12-19 13:31:55 +0000
commit78c9527819b6acbf4d3826383eaa328780170b48 (patch)
tree19a541442490f77a70512c6dde2fb85aee909701 /src/parse
parentaef7e38a578de7ba43a2987d889a554df3be7277 (diff)
downloadlibcss-78c9527819b6acbf4d3826383eaa328780170b48.tar.gz
libcss-78c9527819b6acbf4d3826383eaa328780170b48.tar.bz2
Update to use correct BUILD/HOST variables due to buildsystem changes
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 0e29d1c..6d6cff0 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -7,7 +7,7 @@ define build_gen_parser
$(BUILDDIR)/gen_parser: $(DIR)css_property_parser_gen.c
$$(VQ)$$(ECHO) $$(ECHOFLAGS) " PREPARE: $$@"
- $$(Q)$$(HOST_CC) -o $$@ $$^
+ $$(Q)$$(BUILD_CC) -o $$@ $$^
endef