summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-08-22 07:41:28 +0000
committerdelphij <delphij@FreeBSD.org>2015-08-22 07:41:28 +0000
commit47e7b3851fdc5ab885ee92247dc2599932a7b7d8 (patch)
treeac653707f46c36ac439e3550fc5e9ba0c740a631 /share/zoneinfo
parent9b4dc0109e947a9886dccc76299e34a0ae66f696 (diff)
downloadFreeBSD-src-47e7b3851fdc5ab885ee92247dc2599932a7b7d8.zip
FreeBSD-src-47e7b3851fdc5ab885ee92247dc2599932a7b7d8.tar.gz
Fix build when LEAPSECONDS is enabled.
MFC after: 2 weeks
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 95c61e5..ebb26c7 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -34,7 +34,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/tzdata/
.PATH: ${CONTRIBDIR}
.if defined(LEAPSECONDS)
-LEAPFILE= -L leapseconds
+LEAPFILE= -L ${CONTRIBDIR}leapseconds
.else
LEAPFILE=
.endif
OpenPOWER on IntegriCloud