From 8f3254b9a5922b251ad7f4010233587cfa304aec Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 5 Feb 2011 10:20:51 +0000 Subject: Use $(GREP) instead of grep svn path=/trunk/libcss/; revision=11614 --- 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 fa83a08..2cc192e 100644 --- a/src/parse/properties/Makefile +++ b/src/parse/properties/Makefile @@ -36,7 +36,7 @@ define gen_prop_parser $(DIR)autogenerated_$1.c: $(DIR)properties.gen $(BUILDDIR)/gen_parser $$(VQ)$$(ECHO) $$(ECHOFLAGS) "GENERATE: $$@" - $$(Q)$$(BUILDDIR)/gen_parser -o $$@ '$(shell grep "^$1:" $(DIR)properties.gen)' + $$(Q)$$(BUILDDIR)/gen_parser -o $$@ '$(shell $(GREP) "^$1:" $(DIR)properties.gen)' AUTOGEN_SOURCES := $$(AUTOGEN_SOURCES) autogenerated_$1.c -- cgit v1.2.3