summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-07-19 11:52:43 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-07-19 12:02:31 +0200
commit3b2902fbf50690a2f7d1d42fd5d4c3e88d9f1b40 (patch)
treef627fda36605e570c4f3c94530c0f98fedf8422f /rules/coreutils.make
parentf9bc6d8667f888c533218989846c376aad235b70 (diff)
downloadptxdist-3b2902fbf50690a2f7d1d42fd5d4c3e88d9f1b40.tar.gz
ptxdist-3b2902fbf50690a2f7d1d42fd5d4c3e88d9f1b40.tar.xz
[coreuitls] remove obsolete _ENV and _PATH definitions
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/coreutils.make')
-rw-r--r--rules/coreutils.make5
1 files changed, 1 insertions, 4 deletions
diff --git a/rules/coreutils.make b/rules/coreutils.make
index d1a79bc10..e25dc798b 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -1,6 +1,6 @@
# -*-makefile-*-
#
-# Copyright (C) 2003 by Pengutronix e.K., Hildesheim, Germany
+# Copyright (C) 2003-2010 by Pengutronix e.K., Hildesheim, Germany
#
# See CREDITS for details about who has contributed to this project.
#
@@ -71,9 +71,6 @@ COREUTILS_AUTOCONF := \
--disable-libcap \
--disable-nls
-COREUTILS_PATH := PATH=$(CROSS_PATH)
-COREUTILS_ENV := $(CROSS_ENV)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------