summaryrefslogtreecommitdiffstats
path: root/rules/tcpwrapper.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-09-17 22:52:35 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-09-17 22:52:35 +0000
commitfaf93528637966d8415a85c752453ea3f6ceac2a (patch)
treeaac727f4754dd0edbefbad5c9d62230e514d7e4e /rules/tcpwrapper.make
parentb268ac8833251c336ee60a27cef39b286e15828f (diff)
downloadptxdist-faf93528637966d8415a85c752453ea3f6ceac2a.tar.gz
ptxdist-faf93528637966d8415a85c752453ea3f6ceac2a.tar.xz
* fixed PATH stuff again
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@365 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpwrapper.make')
-rw-r--r--rules/tcpwrapper.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/tcpwrapper.make b/rules/tcpwrapper.make
index 9060c703b..825f1433d 100644
--- a/rules/tcpwrapper.make
+++ b/rules/tcpwrapper.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: tcpwrapper.make,v 1.6 2003/09/17 22:47:50 mkl Exp $
+# $Id: tcpwrapper.make,v 1.7 2003/09/17 22:52:35 mkl Exp $
#
# (c) 2003 by Pengutronix e.K., Hildesheim, Germany
# See CREDITS for details about who has contributed to this project.
@@ -74,11 +74,13 @@ $(STATEDIR)/tcpwrapper.prepare: $(STATEDIR)/virtual-xchain.install $(STATEDIR)/t
tcpwrapper_compile: $(STATEDIR)/tcpwrapper.compile
-TCPWRAPPER_ENV = $(CROSS_ENV) $(CROSS_PATCH)
+TCPWRAPPER_ENV = $(CROSS_ENV)
+TCPWRAPPER_PATH = PATH=$(CROSS_PATH)
$(STATEDIR)/tcpwrapper.compile: $(STATEDIR)/tcpwrapper.prepare
@$(call targetinfo, tcpwrapper.compile)
- $(TCPWRAPPER_ENV) make -C $(TCPWRAPPER_DIR) linux
+ $(TCPWRAPPER_PATH) $(TCPWRAPPER_ENV) \
+ make -C $(TCPWRAPPER_DIR) linux
touch $@
# ----------------------------------------------------------------------------