summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-10-23 20:40:00 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-10-23 20:40:00 +0000
commit8f48fb5b58877505553e2bc338f61ed7931c40c7 (patch)
treef18a95a6e0bfa74a3c8ddea6625d3c192faa1832 /rules/coreutils.make
parentd0c66f6a8b86add8c5ae53bc7aa39eec79398ebf (diff)
downloadptxdist-8f48fb5b58877505553e2bc338f61ed7931c40c7.tar.gz
ptxdist-8f48fb5b58877505553e2bc338f61ed7931c40c7.tar.xz
* configure is calles from .
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@622 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/coreutils.make')
-rw-r--r--rules/coreutils.make5
1 files changed, 2 insertions, 3 deletions
diff --git a/rules/coreutils.make b/rules/coreutils.make
index 2099ac725..d2e375eb8 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: coreutils.make,v 1.2 2003/10/23 15:01:19 mkl Exp $
+# $Id: coreutils.make,v 1.3 2003/10/23 20:40:00 mkl Exp $
#
# Copyright (C) 2003 by Pengutronix e.K., Hildesheim, Germany
# See CREDITS for details about who has contributed to this project.
@@ -77,10 +77,9 @@ coreutils_prepare_deps = \
$(STATEDIR)/coreutils.prepare: $(coreutils_prepare_deps)
@$(call targetinfo, $@)
- mkdir -p $(BUILDDIR)/$(COREUTILS)
cd $(COREUTILS_DIR) && \
$(COREUTILS_PATH) $(COREUTILS_ENV) \
- $(COREUTILS_DIR)/configure $(COREUTILS_AUTOCONF)
+ ./configure $(COREUTILS_AUTOCONF)
touch $@
# ----------------------------------------------------------------------------