MFC r287021:

Fix build when LEAPSECONDS is enabled.
This commit is contained in:
delphij 2015-09-08 00:43:40 +00:00
parent 5505c947f4
commit 1b3405f899

View File

@ -34,7 +34,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/tzdata/
.PATH: ${CONTRIBDIR}
.if defined(LEAPSECONDS)
LEAPFILE= -L leapseconds
LEAPFILE= -L ${CONTRIBDIR}leapseconds
.else
LEAPFILE=
.endif