summaryrefslogtreecommitdiffstats
path: root/rules/cross-nasm.make
diff options
context:
space:
mode:
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
# ----------------------------------------------------------------------------