From 78c9527819b6acbf4d3826383eaa328780170b48 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 19 Dec 2014 13:31:55 +0000 Subject: Update to use correct BUILD/HOST variables due to buildsystem changes --- 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 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 -- cgit v1.2.3