summaryrefslogtreecommitdiffstats
path: root/make/berkeleydb.mk
diff options
context:
space:
mode:
authorEric Andersen2003-11-18 08:18:26 +0100
committerEric Andersen2003-11-18 08:18:26 +0100
commit79c815622a1698fc874d4dfa050491f7f20444b5 (patch)
tree6e3162ab49173435fb91c6a3e1465655674bc4cc /make/berkeleydb.mk
parentOuch... Revert this. It was a stray from helping someone look 2.2 issues. (diff)
downloadbuildroot-79c815622a1698fc874d4dfa050491f7f20444b5.tar.gz
buildroot-79c815622a1698fc874d4dfa050491f7f20444b5.tar.xz
buildroot-79c815622a1698fc874d4dfa050491f7f20444b5.zip
Change 'sed -ie' to 'sed -i -e' to avoid littering the build
with lots of unwanted backup files with the letter "e" appended. -Erik
Diffstat (limited to 'make/berkeleydb.mk')
-rw-r--r--make/berkeleydb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/berkeleydb.mk b/make/berkeleydb.mk
index dc4bb2558..ca546d2d0 100644
--- a/make/berkeleydb.mk
+++ b/make/berkeleydb.mk
@@ -43,7 +43,7 @@ $(DB_DIR)/.configured: $(DB_DIR)/.dist
--disable-compat185 \
--with-pic \
);
- sed -ie 's/\.lo/.o/g' $(DB_DIR)/build_unix/Makefile
+ sed -i -e 's/\.lo/.o/g' $(DB_DIR)/build_unix/Makefile
touch $(DB_DIR)/.configured
$(DB_DIR)/build_unix/.libs/libdb-4.1.so: $(DB_DIR)/.configured