summaryrefslogtreecommitdiffstats
path: root/rules/cross-nasm.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 16:36:50 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 17:17:41 +0200
commitd74804fc45690b2ae09bd41ed44fe9201e2b2d9f (patch)
tree702566c2f047c7e5a47a25d63ef8ac0c069c2471 /rules/cross-nasm.make
parent47eb536dd93f51b66723c58358eb4321f7ebc8bc (diff)
downloadptxdist-d74804fc45690b2ae09bd41ed44fe9201e2b2d9f.tar.gz
ptxdist-d74804fc45690b2ae09bd41ed44fe9201e2b2d9f.tar.xz
cross-nasm: remove redundant get stage
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/cross-nasm.make')
-rw-r--r--rules/cross-nasm.make10
1 files changed, 1 insertions, 9 deletions
diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make
index 673923f96..db27186cd 100644
--- a/rules/cross-nasm.make
+++ b/rules/cross-nasm.make
@@ -2,7 +2,7 @@
#
# Copyright (C) 2003 by Dan Kegel http://kegel.com
# 2006-2009 by Marc Kleine-Bude <mkl@pengutronix.de>
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -26,14 +26,6 @@ CROSS_NASM_SOURCE := $(SRCDIR)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX)
CROSS_NASM_DIR := $(CROSS_BUILDDIR)/$(CROSS_NASM)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(CROSS_NASM_SOURCE):
- @$(call targetinfo)
- @$(call get, CROSS_NASM)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------