Avoid circular dependency with nm

This commit is contained in:
Simon J. Gerraty 2015-06-14 03:33:27 +00:00
parent c090bf86eb
commit 7f4b19cbf8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284373

View file

@ -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>