]> granicus.if.org Git - libnl/commit
build: resolve lex failure
authorJan Engelhardt <jengelh@inai.de>
Mon, 26 Nov 2012 23:01:53 +0000 (00:01 +0100)
committerThomas Graf <tgraf@suug.ch>
Tue, 27 Nov 2012 08:57:42 +0000 (09:57 +0100)
commitab7f42e0bc97f4e04bcbc9f09b0ac41a06f90cf3
tree940a3e2efa4a8853e8a655873e6a942b10c927c7
parentffd051fc9a93f7b0757dfdde6e33460850f76041
build: resolve lex failure

This is an addendum to 0a9d5fcfa4c3fe8c930103f7639723dfd1ae4889,
which forgot to change ${LEX} to ${FLEX} in lib/Makefile.am.

On openSUSE, /usr/bin/lex is a wrapper that calls `flex -l ...`.
libnl however requires flex, not lex or a compat mode thereof,
so using ${FLEX} is the proper thing to do.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
lib/Makefile.am