From 79c815622a1698fc874d4dfa050491f7f20444b5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 18 Nov 2003 07:18:26 +0000 Subject: Change 'sed -ie' to 'sed -i -e' to avoid littering the build with lots of unwanted backup files with the letter "e" appended. -Erik --- make/iptables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/iptables.mk') diff --git a/make/iptables.mk b/make/iptables.mk index 95be69fae..1fe0e7f43 100644 --- a/make/iptables.mk +++ b/make/iptables.mk @@ -15,7 +15,7 @@ $(IPTABLES_BUILD_DIR)/.unpacked: $(DL_DIR)/$(IPTABLES_SOURCE) touch $(IPTABLES_BUILD_DIR)/.unpacked $(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked - sed -ie "s@shell.*YES.*@shell grep -q '__UCLIBC_HAS_IPV6__.*1' \ + sed -i -e "s@shell.*YES.*@shell grep -q '__UCLIBC_HAS_IPV6__.*1' \ $(BUILD_DIR)/uClibc/include/bits/uClibc_config.h && \ echo YES\), YES\)@;" $(IPTABLES_BUILD_DIR)/Makefile touch $(IPTABLES_BUILD_DIR)/.configured -- cgit v1.2.3