Avoid non-portable sed construct
authorMark Kettenis <kettenis@openbsd.org>
Sun, 8 Jan 2017 18:11:27 +0000 (19:11 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 14 Jan 2017 21:47:15 +0000 (16:47 -0500)
commit208db781cad4c24f538658a9cb17e24fa43ca3c9
tree3a40865e83c2f657a287fe19fb64dca6750ef515
parentf19f1315039c1deb83bc321fbef1113cdaa435d1
Avoid non-portable sed construct

Using \n in a substitution is a GNU extension.  Use the 'G" command instead
to insert the desired line.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
scripts/Makefile.lib