aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Linux.mk2
-rw-r--r--config/SunOS.mk1
2 files changed, 0 insertions, 3 deletions
diff --git a/config/Linux.mk b/config/Linux.mk
index 91363906d1..be9fab97df 100644
--- a/config/Linux.mk
+++ b/config/Linux.mk
@@ -11,8 +11,6 @@ STRIP = $(CROSS_COMPILE)strip
OBJCOPY = $(CROSS_COMPILE)objcopy
OBJDUMP = $(CROSS_COMPILE)objdump
-GREP = grep
-
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755
INSTALL_DATA = $(INSTALL) -m0644
diff --git a/config/SunOS.mk b/config/SunOS.mk
index d409d04aba..638281a480 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -11,7 +11,6 @@ STRIP = $(CROSS_COMPILE)gstrip
OBJCOPY = $(CROSS_COMPILE)gobjcopy
OBJDUMP = $(CROSS_COMPILE)gobjdump
-GREP = ggrep
SHELL = bash
INSTALL = ginstall