diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-26 22:14:15 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-26 22:14:15 +0000 |
commit | eb3588c7b64f9eaf9e4af1ab727930873116f1fa (patch) | |
tree | 5faf697ee84b33146bafd208989a3f27e5f1999b /targets/pseudo | |
parent | d4b483601fd46cf00eddda3dea9f60b60ec69a4a (diff) | |
download | FreeBSD-src-eb3588c7b64f9eaf9e4af1ab727930873116f1fa.zip FreeBSD-src-eb3588c7b64f9eaf9e4af1ab727930873116f1fa.tar.gz |
Update dependencies.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'targets/pseudo')
-rw-r--r-- | targets/pseudo/userland/gnu/Makefile.depend | 5 | ||||
-rw-r--r-- | targets/pseudo/userland/lib/Makefile.depend | 2 |
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 \ |