diff options
author | delphij <delphij@FreeBSD.org> | 2015-09-08 00:43:40 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-09-08 00:43:40 +0000 |
commit | 1b3405f899e69cf3e70e942bacf6234a17763382 (patch) | |
tree | 523d3721724f04d49ffe3dd306e2f0e4edca5dd1 /share | |
parent | 5505c947f4eb728b34991c3116c62ca6aaf205b8 (diff) | |
download | FreeBSD-src-1b3405f899e69cf3e70e942bacf6234a17763382.zip FreeBSD-src-1b3405f899e69cf3e70e942bacf6234a17763382.tar.gz |
MFC r287021:
Fix build when LEAPSECONDS is enabled.
Diffstat (limited to 'share')
-rw-r--r-- | share/zoneinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 1d84188e..bcf1570 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 |