make: use sed instead of perl to extract lex/yacc prefix
commita5a5a91342ebd83d13b8eff8f85d9c923e08f701
authorTobias Klauser <tklauser@distanz.ch>
Wed, 3 May 2017 12:09:55 +0000 (3 14:09 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 3 May 2017 12:09:55 +0000 (3 14:09 +0200)
treeaf95f56c76310f97fce7c5c5eb157be483a6ff07
parent4a4b85aac16ccb59f01700ee8fb903dcdc7fcf65
make: use sed instead of perl to extract lex/yacc prefix

Perl is not available on certain distributions by default (e.g. Alpine
Linux). In order to avoid depending on perl just to extract the lex/yacc
prefix, use sed instead which should be available almost everywhere.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Makefile