build: use readlink -f in extensions/ipset/

Supplement to v1.5.7-5-gf373750.
This commit is contained in:
kd6lvw
2009-06-10 19:01:17 -07:00
committed by Jan Engelhardt
parent 9fb2ffe1d3
commit 31e4e18998
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
- IPMARK: print missing --shift parameter
- build: use readlink -f in extensions/ipset/
Xtables-addons 1.16 (May 27 2009)

View File

@@ -3,8 +3,8 @@
top_srcdir := @top_srcdir@
srcdir := @srcdir@
datarootdir := @datarootdir@
abstop_srcdir := $(shell readlink -e ${top_srcdir})
abssrcdir := $(shell readlink -e ${srcdir})
abstop_srcdir := $(shell readlink -f ${top_srcdir})
abssrcdir := $(shell readlink -f ${srcdir})
ifeq (${abstop_srcdir},)
$(error Path resolution of ${top_srcdir} failed)