summaryrefslogtreecommitdiffstats
path: root/rules/tcpwrapper.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-09-17 13:22:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-09-17 13:22:39 +0000
commit9dc625415ae546e36c23ef76cc015d427bf44f51 (patch)
tree7f12e7a3752b44a9f1b900d6d8b385bb55de2b4c /rules/tcpwrapper.make
parent1e0016cbc0c7ebf3ae16b7904fcbf14cd6769f85 (diff)
downloadptxdist-9dc625415ae546e36c23ef76cc015d427bf44f51.tar.gz
ptxdist-9dc625415ae546e36c23ef76cc015d427bf44f51.tar.xz
Fixed "compile" target to use correct variables. [RSC]
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@350 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpwrapper.make')
-rw-r--r--rules/tcpwrapper.make7
1 files changed, 3 insertions, 4 deletions
diff --git a/rules/tcpwrapper.make b/rules/tcpwrapper.make
index 12e66d5b7..0b597deca 100644
--- a/rules/tcpwrapper.make
+++ b/rules/tcpwrapper.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: tcpwrapper.make,v 1.4 2003/07/16 04:23:28 mkl Exp $
+# $Id: tcpwrapper.make,v 1.5 2003/09/17 13:22:39 robert Exp $
#
# (c) 2003 by Pengutronix e.K., Hildesheim, Germany
# See CREDITS for details about who has contributed to this project.
@@ -75,12 +75,11 @@ $(STATEDIR)/tcpwrapper.prepare: $(STATEDIR)/virtual-xchain.install $(STATEDIR)/t
tcpwrapper_compile: $(STATEDIR)/tcpwrapper.compile
-TCPWRAPPER_ENVIRONMENT = PATH=$(CROSS_PATH)
-TCPWRAPPER_MAKEVARS = $(CROSS_ENV)
+TCPWRAPPER_ENVIRONMENT = $(CROSS_ENV)
$(STATEDIR)/tcpwrapper.compile: $(STATEDIR)/tcpwrapper.prepare
@$(call targetinfo, tcpwrapper.compile)
- $(TCPWRAPPER_ENVIRONMENT) make -C $(TCPWRAPPER_DIR) linux $(TCPWRAPPER_MAKEVARS)
+ $(TCPWRAPPER_ENVIRONMENT) make -C $(TCPWRAPPER_DIR) linux
touch $@
# ----------------------------------------------------------------------------