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/openssl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/openssl.mk') diff --git a/make/openssl.mk b/make/openssl.mk index 0d2fe309b..50d3cf6bb 100644 --- a/make/openssl.mk +++ b/make/openssl.mk @@ -17,7 +17,7 @@ $(OPENSSL_DIR)/.unpacked: $(DL_DIR)/$(OPENSSL_SOURCE) $(OPENSSL_PATCH) gunzip -c $(DL_DIR)/$(OPENSSL_SOURCE) | tar -C $(BUILD_DIR) -xvf - cat $(OPENSSL_PATCH) | patch -p1 -d $(OPENSSL_DIR) # sigh... we have to resort to this just to set a gcc flag. - sed -ie 's,/CFLAG=,/CFLAG= $(TARGET_SOFT_FLOAT) ,g' \ + sed -i -e 's,/CFLAG=,/CFLAG= $(TARGET_SOFT_FLOAT) ,g' \ $(OPENSSL_DIR)/Configure touch $(OPENSSL_DIR)/.unpacked -- cgit v1.2.3