diff options
author | imp <imp@FreeBSD.org> | 2015-08-28 04:32:43 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-08-28 04:32:43 +0000 |
commit | 56adc9c39f80fcd6fa9b45426b9e56ed0e914ab1 (patch) | |
tree | d8ba0cb23a2167ff25907d4bb58102941c43c054 /gnu | |
parent | bd92b4536f9af85c12f7c685a93424a09a61e0d2 (diff) | |
download | FreeBSD-src-56adc9c39f80fcd6fa9b45426b9e56ed0e914ab1.zip FreeBSD-src-56adc9c39f80fcd6fa9b45426b9e56ed0e914ab1.tar.gz |
Add another .WAIT since sometimes we lose the race.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 1b83ffc..c7dd837 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -5,6 +5,7 @@ SUBDIR= doc\ libiberty \ libbfd \ + .WAIT \ libopcodes \ libbinutils \ .WAIT \ |