summaryrefslogtreecommitdiffstats
path: root/rules/grep.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 17:38:38 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 17:38:38 +0200
commit7d8806cd04343d77bd2a7540cd73fe333cec139f (patch)
tree7956da1a49812f97ce5cebacf8f59bad9c2b8ebc /rules/grep.make
parentb93dacbee9ef853d2a08c734ac0f6e4e726252ce (diff)
downloadptxdist-7d8806cd04343d77bd2a7540cd73fe333cec139f.tar.gz
ptxdist-7d8806cd04343d77bd2a7540cd73fe333cec139f.tar.xz
grep: remove redundant get stage
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/grep.make')
-rw-r--r--rules/grep.make8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/grep.make b/rules/grep.make
index 68124aab8..b9181f43a 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -26,14 +26,6 @@ GREP_SOURCE := $(SRCDIR)/$(GREP).$(GREP_SUFFIX)
GREP_DIR := $(BUILDDIR)/$(GREP)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(GREP_SOURCE):
- @$(call targetinfo)
- @$(call get, GREP)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------