summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-02-05 10:19:40 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-02-05 10:19:40 +0000
commit5d7dead619d285bbec9b399dee989623b4da3a67 (patch)
treeb78addd83d3ac1b5307f3e510e35a84fa535f106 /makefiles
parent6933505522c12afb65007bfca69f5e85d50ffc62 (diff)
downloadbuildsystem-5d7dead619d285bbec9b399dee989623b4da3a67.tar.gz
buildsystem-5d7dead619d285bbec9b399dee989623b4da3a67.tar.bz2
Add GREP
svn path=/trunk/tools/buildsystem/; revision=11613
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/Makefile.tools2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 59203ec..5901af8 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -306,6 +306,8 @@ PERL ?= perl
PKGCONFIG ?= pkg-config
+GREP ?= grep
+
SED ?= sed
TOUCH ?= touch