]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: don't use `sort -V`
authorVincent Bernat <vincent@bernat.im>
Thu, 19 Feb 2015 21:52:13 +0000 (22:52 +0100)
committerVincent Bernat <vincent@bernat.im>
Thu, 19 Feb 2015 21:52:13 +0000 (22:52 +0100)
commitbdefcdb99044f074df969a778e1f676a122a708c
treef905a23a865a7ff53bab797f8972147aa1a613e1
parenteab6aa62d66da656aa8ebb237e3f33dcda8135f8
build: don't use `sort -V`

Not portable enough. Use `sort -k ... -k ...` instead.
Makefile.am