From 7d8806cd04343d77bd2a7540cd73fe333cec139f Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 14 Jun 2012 17:38:38 +0200 Subject: grep: remove redundant get stage Signed-off-by: Robert Schwebel --- rules/grep.make | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rules/grep.make') diff --git a/rules/grep.make b/rules/grep.make index 68124aab8..b9181f43a 100644 --- a/rules/grep.make +++ b/rules/grep.make @@ -25,14 +25,6 @@ GREP_URL := $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX)) GREP_SOURCE := $(SRCDIR)/$(GREP).$(GREP_SUFFIX) GREP_DIR := $(BUILDDIR)/$(GREP) -# ---------------------------------------------------------------------------- -# Get -# ---------------------------------------------------------------------------- - -$(GREP_SOURCE): - @$(call targetinfo) - @$(call get, GREP) - # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- -- cgit v1.2.3