Make sed expression in Makefile compatible with BSD style sed
commit6159c9222ecc6f86f3152de7396b3cd8b234f7a5
authorTobias Grosser <tobias@grosser.es>
Fri, 21 Sep 2012 10:50:08 +0000 (21 12:50 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 22 Sep 2012 10:38:53 +0000 (22 12:38 +0200)
tree57bc15106ae412f808ac2f392d5f5199049136ff
parentf4f57da3f20b0a47381d34e7f5d663c012926ff4
Make sed expression in Makefile compatible with BSD style sed

Apparently sed as available on Mac, requires a terminating semicolon
in the command list. As gnu-sed is OK with and without the semicolon
we add it for compatibility.

Note that the "{" command of historical seds may not support multiple
commands on a single line.

Reported-by: Georg <georggcc@googlemail.com>
Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am