Merge pull request #167 from blueyed/makefile-detect-sed

Detect $SED dynamically, but do not force `gsed`
This commit is contained in:
Israel Chauca Fuentes
2014-02-14 02:41:58 -05:00

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 :=