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/gdb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/gdb.mk') diff --git a/make/gdb.mk b/make/gdb.mk index 7bbab76e2..932f17d4a 100644 --- a/make/gdb.mk +++ b/make/gdb.mk @@ -45,7 +45,7 @@ $(GDB_DIR)/.configured: $(GDB_DIR)/.unpacked --without-included-gettext \ ); ifeq ($(ENABLE_LOCALE),true) - -sed -ie "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile + -sed -i -e "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile endif touch $(GDB_DIR)/.configured -- cgit v1.2.3