summaryrefslogtreecommitdiffstats
path: root/targets
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-02-26 22:14:15 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-02-26 22:14:15 +0000
commiteb3588c7b64f9eaf9e4af1ab727930873116f1fa (patch)
tree5faf697ee84b33146bafd208989a3f27e5f1999b /targets
parentd4b483601fd46cf00eddda3dea9f60b60ec69a4a (diff)
downloadFreeBSD-src-eb3588c7b64f9eaf9e4af1ab727930873116f1fa.zip
FreeBSD-src-eb3588c7b64f9eaf9e4af1ab727930873116f1fa.tar.gz
Update dependencies.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/gnu/Makefile.depend5
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend2
2 files changed, 5 insertions, 2 deletions
diff --git a/targets/pseudo/userland/gnu/Makefile.depend b/targets/pseudo/userland/gnu/Makefile.depend
index 2ef018f..5c6581b 100644
--- a/targets/pseudo/userland/gnu/Makefile.depend
+++ b/targets/pseudo/userland/gnu/Makefile.depend
@@ -27,7 +27,6 @@ DIRDEPS = \
gnu/usr.bin/binutils/libbinutils \
gnu/usr.bin/binutils/libiberty \
gnu/usr.bin/binutils/libopcodes \
- gnu/usr.bin/binutils/objcopy \
gnu/usr.bin/binutils/objdump \
gnu/usr.bin/binutils/ranlib \
gnu/usr.bin/dialog \
@@ -112,6 +111,10 @@ DIRDEPS = \
gnu/usr.bin/texinfo/makeinfo \
gnu/usr.bin/texinfo/texindex \
+.if ${MK_ELFCOPY_AS_OBJCOPY} == "no"
+DIRDEPS+= gnu/usr.bin/binutils/objcopy
+.endif
+
.if ${MK_GPL_DTC} != "no"
DIRDEPS+= gnu/usr.bin/dtc
.endif
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index bfd444f..1ef12f0 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -188,7 +188,7 @@ DIRDEPS+= lib/libnandfs
.if ${MK_CASPER} != "no"
DIRDEPS+= \
- lib/libcasper \
+ lib/libcasper/libcasper \
lib/libcasper/services/cap_dns \
lib/libcasper/services/cap_grp \
lib/libcasper/services/cap_pwd \
OpenPOWER on IntegriCloud