diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-10-15 22:49:04 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-10-15 22:49:04 +0000 |
commit | a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c (patch) | |
tree | 374ae3640c59b5e37187033550a4b9a5c18e81c1 /targets | |
parent | 242b24828472137ec4411826b86e753d49bd2c39 (diff) | |
parent | 72f1cf0446d98bd3a87f54da039694490ced8af6 (diff) | |
download | src-a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c.tar.gz src-a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c.zip |
Merge ^/head r306906 through r307382.
Notes
Notes:
svn path=/projects/clang390-import/; revision=307383
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/userland/misc/Makefile.depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend index 19ede3238843..a4091cc1d76f 100644 --- a/targets/pseudo/userland/misc/Makefile.depend +++ b/targets/pseudo/userland/misc/Makefile.depend @@ -77,7 +77,7 @@ DIRDEPS.amd64+= \ DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi} DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi} -DIRDEPS.i386= ${DIRDEPS.x86sys} sys/boot/efi/libefi +DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi} DIRDEPS.powerpc= ${_sys_boot_fdt} sys/boot/libstand32 sys/boot/ofw sys/boot/uboot DIRDEPS.pc98= sys/boot/libstand32 DIRDEPS.sparc64= sys/boot/ofw ${_sys_boot_zfs} |