]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
build: use readlink -f
authorJan Engelhardt <jengelh@medozas.de>
Fri, 17 Oct 2008 00:49:21 +0000 (20:49 -0400)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 17 Oct 2008 00:49:21 +0000 (20:49 -0400)
commitf3737502bd8df2c5e085381f64d88df4482fa06f
tree671772c2f8533e02462cf796a13b77bc72dc95c5
parent74e7eb283aeacbfb3163e4f908925108a37c5c95
build: use readlink -f

Coreutils 5.x does not know `readlink -e`; we can also use
`readlink -f` instead which is supported by 5.x.
extensions/GNUmakefile.in