diff options
| author | Warner Losh <imp@FreeBSD.org> | 2015-08-26 02:47:11 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2015-08-26 02:47:11 +0000 |
| commit | 144811cc6115d4fece05799d77e4434a4f6a76be (patch) | |
| tree | 06385b3eed70f3b8bb609f881940a3c74c1f197b /gnu/usr.bin | |
| parent | 4a4867d66707e98faef677cd7f59dcba04b5bbc2 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index cf5086ada5bdb..1b83ffcd809bc 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -7,6 +7,7 @@ SUBDIR= doc\ libbfd \ libopcodes \ libbinutils \ + .WAIT \ as \ ld \ ${_objcopy} \ @@ -16,4 +17,9 @@ SUBDIR= doc\ _objcopy= objcopy .endif + +.if !make(install) +SUBDIR_PARALLEL= +.endif + .include <bsd.subdir.mk> |
