MFC r287021:
Fix build when LEAPSECONDS is enabled.
This commit is contained in:
parent
5505c947f4
commit
1b3405f899
@ -34,7 +34,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/tzdata/
|
||||
.PATH: ${CONTRIBDIR}
|
||||
|
||||
.if defined(LEAPSECONDS)
|
||||
LEAPFILE= -L leapseconds
|
||||
LEAPFILE= -L ${CONTRIBDIR}leapseconds
|
||||
.else
|
||||
LEAPFILE=
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user