summaryrefslogtreecommitdiffstats
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-30 23:50:23 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-30 23:50:23 +0000
commit59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2 (patch)
tree10dd676fe27eeae3526bd1b656f1cf7e9e25b69b /Makefile.libcompat
parent8ee97b1290deddeff3de89007ded526a0b59ed8e (diff)
downloadFreeBSD-src-59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2.zip
FreeBSD-src-59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2.tar.gz
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.
Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index 3a1b071..8060acb 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -148,7 +148,7 @@ build${libcompat}: .PHONY
${_+_}cd ${.CURDIR}; \
${LIBCOMPATWMAKE} -f Makefile.inc1 -DNO_FSCHG libraries
.if ${libcompat} == "32"
-.for _t in obj depend all
+.for _t in obj all
${_+_}cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIBCOMPATWMAKE} \
-DNO_FSCHG DIRPRFX=libexec/rtld-elf/ ${_t}
${_+_}cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIBCOMPATWMAKE} \
OpenPOWER on IntegriCloud