summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-23 12:05:27 +0000
committerru <ru@FreeBSD.org>2002-10-23 12:05:27 +0000
commit38768239317cd84884630f8901caceaa2bf3a187 (patch)
tree266892d1eb9a5e5201c8bbbf2374766e7bf04820 /usr.bin/xlint
parentf8847ee680fb8c3b0a42eb027639ff4cb5f6d26c (diff)
downloadFreeBSD-src-38768239317cd84884630f8901caceaa2bf3a187.zip
FreeBSD-src-38768239317cd84884630f8901caceaa2bf3a187.tar.gz
Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld.
Spotted by: fjoe
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile
index 709c045..679ef48 100644
--- a/usr.bin/xlint/lint1/Makefile
+++ b/usr.bin/xlint/lint1/Makefile
@@ -17,6 +17,6 @@ BINDIR= /usr/libexec
.PATH: ${.CURDIR}/../common
lint.7: makeman
- sh ${.CURDIR}/makeman ${BINDIR}/${PROG} -m >${.TARGET}
+ sh ${.CURDIR}/makeman ${DESTDIR}${BINDIR}/${PROG} -m >${.TARGET}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud