diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-10-07 00:43:05 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-10-07 00:43:05 +0000 |
| commit | bd47c7ec117a3b73871e3e2c11a04e1267f4eff8 (patch) | |
| tree | 52c721e6ea942ff9943d90e701bd5dc3de716280 | |
| parent | f76824ed310edf28ed9733391f74f6a7452fe9a6 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile.depend.host | 1 | ||||
| -rw-r--r-- | usr.bin/truss/Makefile.depend.amd64 | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.depend.host b/gnu/usr.bin/binutils/ld/Makefile.depend.host index 9ceb3f95b64ee..cd760a0ca23d1 100644 --- a/gnu/usr.bin/binutils/ld/Makefile.depend.host +++ b/gnu/usr.bin/binutils/ld/Makefile.depend.host @@ -4,6 +4,7 @@ DIRDEPS = \ gnu/usr.bin/binutils/libbfd \ gnu/usr.bin/binutils/libiberty \ + usr.bin/yacc \ .include <dirdeps.mk> diff --git a/usr.bin/truss/Makefile.depend.amd64 b/usr.bin/truss/Makefile.depend.amd64 index fa75c7dc01e2c..210685b5df6d4 100644 --- a/usr.bin/truss/Makefile.depend.amd64 +++ b/usr.bin/truss/Makefile.depend.amd64 @@ -17,6 +17,8 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree +amd64-cloudabi64.o: cloudabi64_syscalls.h +amd64-cloudabi64.po: cloudabi64_syscalls.h amd64-fbsd.o: syscalls.h amd64-fbsd.po: syscalls.h amd64-fbsd32.o: freebsd32_syscalls.h |
