Makefile: [bug] more portable usage of sed
commit8fee69396a0a558ec10617ded39292a8b911135d
authorG.raud <graud@gmx.com>
Sat, 2 Feb 2013 09:52:49 +0000 (2 10:52 +0100)
committerG.raud <graud@gmx.com>
Tue, 28 May 2013 02:38:17 +0000 (28 04:38 +0200)
tree3e502a77a3ed8fa7dc5c224d6c029948e89a51da
parentdc193ee6343d83cb0b16d952a9cf30ff8bb856fd
Makefile: [bug] more portable usage of sed

do not rely on sed -i (in-place) option

do not rely on sed -r (standard RE) option

do not use character classes
Makefile