diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-24 08:36:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-24 08:36:13 +0000 |
commit | 369864cf105bf541f4e42643d6e5647ecea20379 (patch) | |
tree | be30f01e6d6ed52ca555bcfa8c68e3a3bb4b1db0 /package/iptables/iptables.mk | |
parent | 9540549182e3b67f717a4a15109ad848b0a5161a (diff) |
be a bit more consistant with naming, always escape wildcards
Diffstat (limited to 'package/iptables/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index a95098680..879b2f8bb 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -17,7 +17,7 @@ $(IPTABLES_BUILD_DIR)/.unpacked: $(DL_DIR)/$(IPTABLES_SOURCE) $(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked # Allow patches. Needed for openwrt for instance. - toolchain/patch-kernel.sh $(IPTABLES_BUILD_DIR) package/iptables/ iptables-\*.patch + toolchain/patch-kernel.sh $(IPTABLES_BUILD_DIR) package/iptables/ iptables\*.patch # $(SED) "s;\[ -f /usr/include/netinet/ip6.h \];grep -q '__UCLIBC_HAS_IPV6__ 1' \ $(BUILD_DIR)/uClibc/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile |