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/bzip2.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/bzip2.mk') diff --git a/make/bzip2.mk b/make/bzip2.mk index 967360e19..f2e21e93f 100644 --- a/make/bzip2.mk +++ b/make/bzip2.mk @@ -21,8 +21,8 @@ bzip2-source: $(DL_DIR)/$(BZIP2_SOURCE) $(BZIP2_DIR)/.unpacked: $(DL_DIR)/$(BZIP2_SOURCE) $(BZIP2_CAT) $(DL_DIR)/$(BZIP2_SOURCE) | tar -C $(BUILD_DIR) -xvf - - sed -ie "s,ln \$$(,ln -sf \$$(,g" $(BZIP2_DIR)/Makefile - sed -ie "s,ln -s (lib.*),ln -sf \$$1 ; ln -sf libbz2.so.1.0.2 libbz2.so,g" \ + sed -i -e "s,ln \$$(,ln -sf \$$(,g" $(BZIP2_DIR)/Makefile + sed -i -e "s,ln -s (lib.*),ln -sf \$$1 ; ln -sf libbz2.so.1.0.2 libbz2.so,g" \ $(BZIP2_DIR)/Makefile-libbz2_so touch $(BZIP2_DIR)/.unpacked -- cgit v1.2.3