From 4f889ada561fbdffeefa1a8327d5b8939b021685 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Nov 2003 17:17:56 +0000 Subject: automatically detect if we have a usable version of sed installed. If not, we will now build our own version. --- make/bash.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/bash.mk') diff --git a/make/bash.mk b/make/bash.mk index 8aa236eca..26c408fc9 100644 --- a/make/bash.mk +++ b/make/bash.mk @@ -18,7 +18,7 @@ bash-source: $(DL_DIR)/$(BASH_SOURCE) $(BASH_DIR)/.unpacked: $(DL_DIR)/$(BASH_SOURCE) $(BASH_CAT) $(DL_DIR)/$(BASH_SOURCE) | tar -C $(BUILD_DIR) -xvf - # This is broken when -lintl is added to LIBS - sed -i -e 's,LIBS_FOR_BUILD =.*,LIBS_FOR_BUILD =,g' \ + $(SED) 's,LIBS_FOR_BUILD =.*,LIBS_FOR_BUILD =,g' \ $(BASH_DIR)/builtins/Makefile.in touch $(BASH_DIR)/.unpacked -- cgit v1.2.3