summaryrefslogtreecommitdiffstats
path: root/rules/classpath.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 16:33:23 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 17:17:41 +0200
commit2a5763987ce2bbaa66c779e961f068761fe3c46b (patch)
tree80758ecf56e3e204f1644d09e47d583075af8fda /rules/classpath.make
parentc00fd5872312245d8fdd02db4677d4806a725991 (diff)
downloadptxdist-2a5763987ce2bbaa66c779e961f068761fe3c46b.tar.gz
ptxdist-2a5763987ce2bbaa66c779e961f068761fe3c46b.tar.xz
classpath: remove redundant get stage
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/classpath.make')
-rw-r--r--rules/classpath.make8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/classpath.make b/rules/classpath.make
index 1cb47f2a1..251704e8e 100644
--- a/rules/classpath.make
+++ b/rules/classpath.make
@@ -33,14 +33,6 @@ CLASSPATH_SOURCE := $(SRCDIR)/$(CLASSPATH).$(CLASSPATH_SUFFIX)
CLASSPATH_DIR := $(BUILDDIR)/$(CLASSPATH)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(CLASSPATH_SOURCE):
- @$(call targetinfo)
- @$(call get, CLASSPATH)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------