Detect $SED dynamically, but do not force gsed

This commit is contained in:
Daniel Hahler
2014-02-06 02:24:43 +01:00
parent a1f21e8ef5
commit f2b9b3a0c2

View File

@@ -10,7 +10,7 @@ VERSION = $(shell $(SED) -n -e '/Current \+release/{s/^ \+\([0-9.]\+\).*/\1/;p
FILENAME = $(NAME)-$(VERSION)
DESTDIR = $(HOME)/.vim
VIM = vim
SED = gsed
SED = $(shell command -v gsed || command -v sed)
PERL = perl
comma := ,
empty :=