summaryrefslogtreecommitdiffstats
path: root/rules/tcpwrapper.make
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-19 14:33:17 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-19 14:33:17 +0000
commit6ba3bbf3210e2d82e93e6c50fc1bcd5bf2666048 (patch)
tree8dc5d0e360da990a46880fc23997de4fbe9434de /rules/tcpwrapper.make
parent2a1731d253c7c9dfd1beb743ce49a24544db6d4b (diff)
downloadptxdist-6ba3bbf3210e2d82e93e6c50fc1bcd5bf2666048.tar.gz
ptxdist-6ba3bbf3210e2d82e93e6c50fc1bcd5bf2666048.tar.xz
* help texts t..w rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7542 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpwrapper.make')
-rw-r--r--rules/tcpwrapper.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/tcpwrapper.make b/rules/tcpwrapper.make
index 00359811c..7e36e210e 100644
--- a/rules/tcpwrapper.make
+++ b/rules/tcpwrapper.make
@@ -3,7 +3,7 @@
#
# Copyright (C) 2003 by Pengutronix e.K., Hildesheim, Germany
#
-# See CREDITS for details about who has contributed to this project.
+# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
@@ -15,7 +15,7 @@
PACKAGES-$(PTXCONF_TCPWRAPPER) += tcpwrapper
#
-# Paths and names
+# Paths and names
#
TCPWRAPPER_VERSION = 7.6
TCPWRAPPER = tcp_wrappers_$(TCPWRAPPER_VERSION)
@@ -73,7 +73,7 @@ TCPWRAPPER_PATH = PATH=$(CROSS_PATH)
$(STATEDIR)/tcpwrapper.compile: $(tcpwrapper_compile_deps_default)
@$(call targetinfo, $@)
$(TCPWRAPPER_PATH) $(TCPWRAPPER_ENV) \
- make -C $(TCPWRAPPER_DIR) linux
+ make -C $(TCPWRAPPER_DIR) linux
@$(call touch, $@)
# ----------------------------------------------------------------------------
@@ -116,9 +116,9 @@ endif
# Clean
# ----------------------------------------------------------------------------
-tcpwrapper_clean:
- rm -rf $(STATEDIR)/tcpwrapper.*
- rm -rf $(IMAGEDIR)/tcpwrapper_*
+tcpwrapper_clean:
+ rm -rf $(STATEDIR)/tcpwrapper.*
+ rm -rf $(IMAGEDIR)/tcpwrapper_*
rm -rf $(TCPWRAPPER_DIR)
# vim: syntax=make