From 55c9929dbaa1362cf9af13fab0f46bf8fde8fe84 Mon Sep 17 00:00:00 2001 From: Tess Thyer Date: Tue, 27 Feb 2018 10:05:21 -0800 Subject: [PATCH] Change Makefile to use sed syntax that will work for both GNU and BSD sed (#719) * Use sed syntax that will work with both GNU and BSD sed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50fdc55a..d6c184e9 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ testdata/redis: wget -qO- https://github.com/antirez/redis/archive/unstable.tar.gz | tar xvz --strip-components=1 -C $@ testdata/redis/src/redis-server: testdata/redis - sed -i 's/libjemalloc.a/libjemalloc.a -lrt/g' $