diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-06-14 03:33:27 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-06-14 03:33:27 +0000 |
| commit | 7f4b19cbf8b170e06cf9d56f050767882e346b67 (patch) | |
| tree | e1d47bf83d80d9cff572a9aff998e34c7d76ea24 /gnu/usr.bin/binutils/libbfd | |
| parent | c090bf86eb782a28165ff3bb4d4f5952882c2bea (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index a24dd045bec5..3132cd83acce 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile +++ b/gnu/usr.bin/binutils/libbfd/Makefile @@ -103,4 +103,7 @@ elf32-target.h: elfxx-target.h elf64-target.h: elfxx-target.h sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET} +# avoid cicular dependency +GENDIRDEPS_FILTER+= N*/nm + .include <bsd.lib.mk> |
