summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorMike Frysinger2005-11-24 07:53:24 +0100
committerMike Frysinger2005-11-24 07:53:24 +0100
commitdfebda00147935f668f9024e7cca141ad46ad652 (patch)
treeb8c72566b41c2ba91a27687350ba66e981ac0adf /package/iptables
parentsync with cvs (diff)
downloadbuildroot-dfebda00147935f668f9024e7cca141ad46ad652.tar.gz
buildroot-dfebda00147935f668f9024e7cca141ad46ad652.tar.xz
buildroot-dfebda00147935f668f9024e7cca141ad46ad652.zip
remove extra space after touch
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 4b96414db..cf5664644 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -21,7 +21,7 @@ $(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked
#
$(SED) "s;\[ -f /usr/include/netinet/ip6.h \];grep -q '__UCLIBC_HAS_IPV6__ 1' \
$(STAGING_DIR)/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile
- touch $(IPTABLES_BUILD_DIR)/.configured
+ touch $(IPTABLES_BUILD_DIR)/.configured
$(IPTABLES_BUILD_DIR)/iptables: $(IPTABLES_BUILD_DIR)/.configured
$(TARGET_CONFIGURE_OPTS) \